branch | styles |
changeset 13 | a1ec4d6963d7 |
parent 5 | 20b41b986ac6 |
child 16 | 357ad8c99f4a |
--- a/html.xsl Sun Jan 08 15:12:51 2012 -0500 +++ b/html.xsl Sun Sep 06 22:14:16 2015 -0400 @@ -204,6 +204,11 @@ <xsl:template match="para"> <p><xsl:apply-templates/></p> </xsl:template> +<xsl:template match="para[list|shortlist]"> + <div> + <xsl:apply-templates select="list|shortlist"/> + </div> +</xsl:template> <!-- formalpara processing --> <xsl:template match="formalpara/para">