Bug 9952: translation of the "tab 0" in MARC detail
The html code of 0 (0) is necessary for this tab to be correctly translated. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Fixes display in translated templates. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
9c0b2e408b
commit
c389de06fa
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function Changefwk(FwkList) {
|
|||
<div id="bibliotabs" class="toptabs numbered">
|
||||
<ul>
|
||||
[% IF ( tab0XX ) %]
|
||||
<li><a href="#tab0XX">0</a></li>
|
||||
<li><a href="#tab0XX">0</a></li>
|
||||
[% END %]
|
||||
[% IF ( tab1XX ) %]
|
||||
<li><a href="#tab1XX">1</a></li>
|
||||
|
|
Loading…
Reference in a new issue