Skip to content

Commit

Permalink
li.item
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed May 7, 2024
1 parent c007480 commit 666dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei_html/tei_flow_html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@ Centralize some html attribute policy, especially for id, and class
<!-- @rend may be used as a free text attribute, be careful -->
<xsl:variable name="value">
<!-- Name of the element (except from a list where TEI info will be redundant with HTML name) -->
<xsl:if test="not(contains( ' abbr add cell code del eg emph hi item list q ref row seg table ' , concat(' ', local-name(), ' ')))">
<xsl:if test="not(contains( ' abbr add code del emph hi q ref row seg ' , concat(' ', local-name(), ' ')))">
<xsl:value-of select="local-name()"/>
</xsl:if>
<xsl:text> </xsl:text>
Expand Down

0 comments on commit 666dc50

Please sign in to comment.