Skip to content

Commit

Permalink
Use center isntead of justify in ezxhtml:align
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Aug 6, 2019
1 parent f374a8d commit 269a94c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
<xsl:attribute name="ezxhtml:align">right</xsl:attribute>
</xsl:when>
<xsl:when test="translate($align, $uppercase, $lowercase) = 'justify'">
<xsl:attribute name="ezxhtml:align">justify</xsl:attribute>
<xsl:attribute name="ezxhtml:align">center</xsl:attribute>
</xsl:when>
</xsl:choose>
</xsl:template>
Expand Down

0 comments on commit 269a94c

Please sign in to comment.