Fixed some typos in XSL files

ccm-docs
Jens Pelzetter 2019-11-30 18:25:57 +01:00
parent 0db06cdb19
commit 7a4ba0f657
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
value="{./selected-journal/@journalId}" />
</xsl:when>
<xsl:otherwise>
<p id="{concat(./@name, '-selected')">
<p id="{concat(./@name, '-selected')}">
<strong>
<xsl:value-of select="foundry:get-internal-static-text('cms', 'journal-search-widget/no-journal-selected')" />
</strong>

View File

@ -48,7 +48,7 @@
value="{./selected-publisher/@publisherId}" />
</xsl:when>
<xsl:otherwise>
<p id="{concat(./@name, '-selected')">
<p id="{concat(./@name, '-selected')}">
<strong>
<xsl:value-of select="foundry:get-internal-static-text('cms', 'publisher-search-widget/no-publisher-selected')" />
</strong>

View File

@ -45,7 +45,7 @@
value="{./selected-series/@seriesId}" />
</xsl:when>
<xsl:otherwise>
<p id="{concat(./@name, '-selected')">
<p id="{concat(./@name, '-selected')}">
<strong>
<xsl:value-of select="foundry:get-internal-static-text('cms', 'series-search-widget/no-series-selected')" />
</strong>