]> granicus.if.org Git - docbook-dsssl/commitdiff
Addressed tracker #3247166 by removing hard-coded reference to ch01.html.
authorDavid Cramer <david@thingbag.net>
Sun, 27 Mar 2011 15:05:23 +0000 (15:05 +0000)
committerDavid Cramer <david@thingbag.net>
Sun, 27 Mar 2011 15:05:23 +0000 (15:05 +0000)
xsl/webhelp/xsl/webhelp.xsl

index 614fe86013df4da54d059b4247c569a5d3d53b7e..172fe46ed1f8effb7c6ace9095c6d92969341006 100755 (executable)
@@ -801,13 +801,13 @@ These problems go away when you add this IE=7 mode meta tag.
             <xsl:with-param name="content">
                 <html>
                     <head>
-                                   <link rel="shortcut icon" href="favicon.ico"/>
-                        <meta http-equiv="Refresh" content="1; URL=content/{$default.topic}"/>
-                        <title><xsl:value-of select="//title[1]"/>&#160;
-                        </title>
+                     <link rel="shortcut icon" href="favicon.ico"/>
+                     <meta http-equiv="Refresh" content="1; URL=content/{$default.topic}"/>
+                     <title><xsl:value-of select="//title[1]"/>&#160;
+                     </title>
                     </head>
                     <body>
-                        If not automatically redirected, click here: <a href="content/ch01.html">content/ch01.html</a>
+                     If not automatically redirected, click <a href="content/{$default.topic}">content/<xsl:value-of select="$default.topic"/></a>
                     </body>
                 </html>
             </xsl:with-param>