Skip to content

Commit

Permalink
fixed XSLT transform that left out forfattningskommentar text in the …
Browse files Browse the repository at this point in the history
…result
  • Loading branch information
staffanm committed Dec 22, 2017
1 parent 2b2325b commit 74fb10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferenda/sources/legal/se/res/xsl/forarbete.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ really tested with direktiv, utredningar (SOU/Ds) and propositioner.
<h3><xsl:value-of select="@content"/></h3>
</xsl:if>
<div class="forfattningskommentar" id="{substring-after(@about, '#')}">
<xsl:for-each select="xhtml:div/xhtml:div/*">
<xsl:for-each select="*">
<xsl:apply-templates/>
<xsl:if test="@class='sidbrytning'">
[<xsl:value-of select="local-name(.)"/>]
Expand Down

0 comments on commit 74fb10b

Please sign in to comment.