Author: kcardineaud Date: 2011-05-27 14:06:47 +0200 (Fri, 27 May 2011) New Revision: 595 Url: http://nuiton.org/repositories/revision/jrst/595 Log: add <p> tag into <li> tag for literal blocks Modified: trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl Modified: trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl =================================================================== --- trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl 2011-05-27 11:59:14 UTC (rev 594) +++ trunk/jrst/src/main/resources/xsl/rst2xhtml.xsl 2011-05-27 12:06:47 UTC (rev 595) @@ -213,7 +213,7 @@ </xsl:template> <xsl:template match="list_item"> - <li><xsl:apply-templates/></li> + <li><p><xsl:apply-templates/></p></li> </xsl:template> <xsl:template match="field_list">