[Refdb-cvs] CVS: refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml docbk-refdb-xhtml.xsl.in,1.7,1.8
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mho...@us...> - 2004-05-02 00:09:51
|
Update of /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31150/xsl/refdb/docbk-refdb-xsl/docbk-xhtml Modified Files: docbk-refdb-xhtml.xsl.in Log Message: fixed output escaping thing again Index: docbk-refdb-xhtml.xsl.in =================================================================== RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml/docbk-refdb-xhtml.xsl.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -U2 -r1.7 -r1.8 --- docbk-refdb-xhtml.xsl.in 28 Apr 2004 03:06:05 -0000 1.7 +++ docbk-refdb-xhtml.xsl.in 2 May 2004 00:09:43 -0000 1.8 @@ -472,5 +472,5 @@ <xsl:text disable-output-escaping="yes"><sup></xsl:text> </xsl:if> - <xsl:value-of select="$string" disable-output-escaping="yes"/> + <xsl:value-of select="$string"/> <xsl:if test="$style='SUPER'"> <xsl:text disable-output-escaping="yes"></sup></xsl:text> |