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:
Adrien Saurat 2013-03-29 11:51:38 +01:00 committed by Jared Camins-Esakov
parent 9c0b2e408b
commit c389de06fa

View file

@ -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">&#48;</a></li>
[% END %]
[% IF ( tab1XX ) %]
<li><a href="#tab1XX">1</a></li>