Commit 64804da5 authored by Andre Malo's avatar Andre Malo
Browse files
parent db48d568
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
@@ -103,13 +103,10 @@
<!-- ==================================================================== -->
<xsl:template name="head">
<head>
    <!-- the meta element is necessary for offline handling like CHM -->
    <xsl:choose>
    <xsl:when test="$is-chm or $is-zip">
    &lf;
    <meta http-equiv="Content-Type"
                 content="text/html; charset={$output-encoding}" />
    </xsl:when>
    <xsl:otherwise>
          content="text/html; charset={$output-encoding}" />&lf;
    <xsl:if test="not($is-chm or $is-zip)">
        <xsl:comment>
            &lf;
            <xsl:text>        </xsl:text>
@@ -125,9 +122,8 @@
            <xsl:text>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</xsl:text>
            &lf;
            <xsl:text>      </xsl:text>
        </xsl:comment>
    </xsl:otherwise>
    </xsl:choose>&lf;
        </xsl:comment>&lf;
    </xsl:if>

    <title>
        <xsl:choose>