]> Lady’s Gitweb - LesML/blobdiff - parser.xslt
Drop empty shebang documents
[LesML] / parser.xslt
index b55089ac8319839d6be2138fb25df6651526bf594753bacb192d4a7d8743fefb..1fb346b18e1607be99b7fab09ee9c76da44fcdb3e2fede93259da42b53915c9b 100644 (file)
@@ -219,7 +219,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <value-of select="substring-after($first-line, '##')"/>
                        </comment>
                </if>
-               <if test="$shebang!='' or $doclines[normalize-space()!='']">
+               <if test="$doclines[normalize-space()!='']">
                        <variable name="record-separators" select="$doclines[starts-with(., '%%')]"/>
                        <element name="article" namespace="&xhtml;">
                                <for-each select="$params/html:div/html:dt[string()=' LANG ']">
This page took 0.208143 seconds and 4 git commands to generate.