r684 - branches/jrst-docutils-jython/jrst/src/main/resources/xsl
Author: jpages Date: 2012-05-29 12:18:59 +0200 (Tue, 29 May 2012) New Revision: 684 Url: http://nuiton.org/repositories/revision/jrst/684 Log: Correction d'un autre probl?\195?\168me au sujet des ancres Modified: branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xhtml.xsl Modified: branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xhtml.xsl =================================================================== --- branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xhtml.xsl 2012-05-29 10:01:19 UTC (rev 683) +++ branches/jrst-docutils-jython/jrst/src/main/resources/xsl/rst2xhtml.xsl 2012-05-29 10:18:59 UTC (rev 684) @@ -143,7 +143,7 @@ </xsl:template> <xsl:template match="section"> - <a name="{@ids}"></a> + <a name="{@ids}" id="{@ids}"></a> <xsl:apply-templates/> </xsl:template>
participants (1)
-
jpages@users.nuiton.org