[Refdb-cvs] CVS: refdb/xsl/refdb/docbk-refdb-xsl/docbk-html docbk-refdb-html.xsl.in,1.6,1.7
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-03-01 22:33:03
|
Update of /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23388/xsl/refdb/docbk-refdb-xsl/docbk-html Modified Files: docbk-refdb-html.xsl.in Log Message: fixed typo Index: docbk-refdb-html.xsl.in =================================================================== RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-html/docbk-refdb-html.xsl.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -U2 -r1.6 -r1.7 --- docbk-refdb-html.xsl.in 19 Sep 2003 22:51:21 -0000 1.6 +++ docbk-refdb-html.xsl.in 1 Mar 2004 22:13:53 -0000 1.7 @@ -72,5 +72,5 @@ <xsl:when test="$reftype='ADVS'"> <xsl:call-template name="refdb-literal"> - <xsl:with-param name="style" select="$ADVSTURLSTYLE"/> + <xsl:with-param name="style" select="$ADVSURLSTYLE"/> <xsl:with-param name="string"> <xsl:value-of select="."/> |