branch | styles |
changeset 16 | 357ad8c99f4a |
parent 15 | 27a2a404231e |
parent 13 | a1ec4d6963d7 |
child 21 | ce4faf661fca |
--- a/html.xsl Mon Sep 14 11:24:14 2015 -0400 +++ b/html.xsl Mon Sep 14 11:24:45 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">