okular notes: remove bit of test code

This commit is contained in:
Jean-Francois Dockes 2012-01-23 21:21:11 +01:00
parent 94989747ba
commit f0a5eb006c

View File

@ -118,7 +118,7 @@ xsltproc --novalid --nonet - $infile <<EOF
</xsl:template>
<xsl:template match="@contents|@author">
<p><xsl:value-of select="local-name()"/>=<xsl:value-of select="." /></p>
<p><xsl:value-of select="." /></p>
<xsl:text >
</xsl:text>
</xsl:template>