Skip to content

Commit

Permalink
Use a npsp after kwic
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Nov 9, 2023
1 parent 8d76f04 commit b8bb654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/corpus_search_result_json.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<xsl:value-of select="$w" />
</span>
<xsl:if test="not($w/@join = 'right')">
<span xml:space="preserve"> </span>
<span xml:space="preserve">&#xa0;</span>
</xsl:if>
<xsl:if test="$w/@join = 'right' and $w/@rend='withDash'">
<span>-</span>
Expand Down

0 comments on commit b8bb654

Please sign in to comment.