]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Fix bad link to favicon.ico
authorDavid Cramer <david@thingbag.net>
Sun, 9 Sep 2012 03:17:30 +0000 (03:17 +0000)
committerDavid Cramer <david@thingbag.net>
Sun, 9 Sep 2012 03:17:30 +0000 (03:17 +0000)
xsl/webhelp/xsl/webhelp-common.xsl

index dc30b959f8293a100c26a5a3a65d04ddcd4c6cbe..8a85b79a054403bdaef279a07e0ef6ad285f3c60 100644 (file)
@@ -156,7 +156,7 @@ The meta tag tells the IE rendering engine that it should use the latest, or edg
 
 <!-- kasunbg: Order is important between the in-html-file css and the linked css files. Some css declarations in jquery-ui-1.8.2.custom.css are over-ridden. 
      If that's a concern, just remove the additional css contents inside these default jquery css files. I thought of keeping them intact for easier maintenance! -->
-       <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
+       <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
         <link rel="stylesheet" type="text/css" href="{$webhelp.common.dir}css/positioning.css"/>
         <link rel="stylesheet" type="text/css" href="{$webhelp.common.dir}jquery/theme-redmond/jquery-ui-1.8.2.custom.css"/>
         <link rel="stylesheet" type="text/css" href="{$webhelp.common.dir}jquery/treeview/jquery.treeview.css"/>