Skip to content

Commit

Permalink
Amend RTL check
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored and actions-user committed Sep 11, 2022
1 parent cf7b485 commit 84d490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Customization/xsl/topic.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<xsl:call-template name="bootstrap-role"/>
<!-- ↑ End customization · Continue with DITA-OT defaults ↓ -->
<!-- ↓ Ensure code is rendered LTR in RTL documents ↑ -->
<xsl:if test="$BIDIRECTIONAL_DOCUMENT and not(@dir)">
<xsl:if test="$BIDIRECTIONAL_DOCUMENT='true' and not(@dir)">
<xsl:choose>
<xsl:when test="contains(@class,' pr-d/')">
<xsl:attribute name="dir">auto</xsl:attribute>
Expand Down

0 comments on commit 84d490a

Please sign in to comment.