Fixed some typos in XSL files
parent
5b1ea4f47b
commit
79649b9712
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue