Skip to content

Commit

Permalink
add space between token and topic
Browse files Browse the repository at this point in the history
  • Loading branch information
makigumo committed May 5, 2023
1 parent 2b376ac commit 95f71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/entry_export_macdic.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@
</xsl:with-param>
</xsl:call-template>
</span>
<xsl:if test="following-sibling::wd:iron">
<xsl:if test="following-sibling::*[1][self::wd:iron | self::wd:topic]">
<xsl:text> </xsl:text>
</xsl:if>
</xsl:template>
Expand Down

0 comments on commit 95f71f4

Please sign in to comment.