[Koha-bugs] [Bug 9952] MARC tab: tab 0 is not translated correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 31 05:41:55 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9952

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #5 from Chris Cormack <chris at bigballofwax.co.nz> ---
This patch fixes this problem, not sure how or why, but it does

Before the patch, 
 [% IF ( tab0XX ) %] <li><a href="#tab0XX"></a></li>      

After the patch
 [% IF ( tab0XX ) %] <li><a href="#tab0XX">0</a></li>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list