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


    <title>
    <title>
        <xsl:choose>
        <xsl:choose>