Skip to content

Commit

Permalink
Change whitespace in heading, fixes #2669.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Feb 10, 2025
1 parent 8022d88 commit 70b2630
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions P5/Utilities/guidelines.xsl.model
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,15 @@
<div class="main-content">
<xsl:call-template name="startDivHook"/>
<h3>
<xsl:sequence select="tei:i18n('Example')"/>
<xsl:sequence select="tei:i18n('Example')||': '"/>
<a href="ref-{$me}.html">
<xsl:text>: &lt;</xsl:text>
<xsl:value-of select="$me"/>
<xsl:text>&gt; </xsl:text>
<xsl:value-of select="'&lt;'||$me||'&gt;'"/>
</a>
<xsl:text>&#x20;</xsl:text>
<!-- We need the separate <text>, above; we can’t just
use "' '||makeGloss()" in the @select below
because makeGloss() returns a sequence. Maybe we
could use "' '||string-join( makeGloss() )" … -->
<xsl:sequence select="tei:makeGloss(.,$langs)"/>
</h3>
<p>These search results reproduce every example of the
Expand Down

0 comments on commit 70b2630

Please sign in to comment.