equal
deleted
inserted
replaced
103 </xsl:template> |
103 </xsl:template> |
104 <xsl:template match="shortlist"> |
104 <xsl:template match="shortlist"> |
105 <block margin-left="24pt"><xsl:apply-templates mode="short"/></block> |
105 <block margin-left="24pt"><xsl:apply-templates mode="short"/></block> |
106 </xsl:template> |
106 </xsl:template> |
107 <xsl:template match="formalpara/shortlist"> |
107 <xsl:template match="formalpara/shortlist"> |
108 <block margin-left="24pt">- <xsl:apply-templates mode="short"/></block> |
108 <block margin-left="24pt"><xsl:apply-templates mode="short"/></block> |
109 </xsl:template> |
109 </xsl:template> |
110 |
110 |
111 <xsl:template match="listitem"> |
111 <xsl:template match="listitem"> |
112 <list-item> |
112 <list-item> |
113 <xsl:call-template name="list-label"/> |
113 <xsl:call-template name="list-label"/> |