Skip to content

Commit

Permalink
Formal items were being assigned the wrong CSS class
Browse files Browse the repository at this point in the history
Fix: #26
  • Loading branch information
io7m committed Sep 14, 2024
1 parent 2f01d2e commit bb834df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,18 @@
<c:change date="2024-05-08T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2"/>
</c:changes>
</c:release>
<c:release date="2024-09-14T15:03:19+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.9.0">
<c:release date="2024-09-14T15:08:30+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.9.0">
<c:changes>
<c:change date="2024-09-14T15:03:19+00:00" summary="Change CSS to a form that scales with screen sizes.">
<c:change date="2024-09-14T00:00:00+00:00" summary="Change CSS to a form that scales with screen sizes.">
<c:tickets>
<c:ticket id="28"/>
</c:tickets>
</c:change>
<c:change date="2024-09-14T15:08:30+00:00" summary="Formal items were being assigned the wrong CSS class.">
<c:tickets>
<c:ticket id="26"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
</c:releases>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

<xsl:call-template name="xstructural.regions.standardRegion">
<xsl:with-param name="class"
select="'stFootnotes'"/>
select="'stFormalItem'"/>
<xsl:with-param name="stMarginNode">
<xsl:comment>Empty</xsl:comment>
</xsl:with-param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

<xsl:call-template name="xstructural.regions.standardRegion">
<xsl:with-param name="class"
select="'stFootnotes'"/>
select="'stFormalItem'"/>
<xsl:with-param name="stMarginNode">
<xsl:comment>Empty</xsl:comment>
</xsl:with-param>
Expand Down

0 comments on commit bb834df

Please sign in to comment.