Skip to content

Commit

Permalink
changed a div to span when centering
Browse files Browse the repository at this point in the history
  • Loading branch information
karindalziel committed Feb 19, 2018
1 parent 605b7f8 commit b4f3f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/xslt/cdrh_to_html/lib/html_formatting.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,12 @@
<!-- ================================================ -->

<xsl:template match="hi[@rend='right'] | hi[@rend='center']" priority="2">
<div>
<span>
<xsl:attribute name="class">
<xsl:value-of select="@rend"/>
</xsl:attribute>
<xsl:apply-templates/>
</div>
</span>
</xsl:template>

<!-- ================================================ -->
Expand Down

0 comments on commit b4f3f4b

Please sign in to comment.