]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Fix header logo link
authorDavid Cramer <david@thingbag.net>
Sun, 9 Sep 2012 03:21:25 +0000 (03:21 +0000)
committerDavid Cramer <david@thingbag.net>
Sun, 9 Sep 2012 03:21:25 +0000 (03:21 +0000)
xsl/webhelp/xsl/webhelp-common.xsl

index 8a85b79a054403bdaef279a07e0ef6ad285f3c60..e07ac152d53bf7ab4ea549f7c01bb8f8d9ea428f 100644 (file)
@@ -647,13 +647,7 @@ border: none; background: none; font-weight: none; color: none; }
     </xsl:template>
 
     <xsl:template name="webhelpheader.logo">
-       <a target="_blank">
-           <xsl:attribute name="href">
-               <xsl:choose>
-                   <xsl:when test="$branding = 'docbook'">http://docbook.org/</xsl:when>
-                   <xsl:otherwise>#</xsl:otherwise>
-               </xsl:choose>
-           </xsl:attribute>
+       <a href="index.html">
        <img style='margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px' align="right"
            src='{$webhelp.common.dir}images/logo.png' alt="{$brandname} Documentation"/>
        </a>