31 Mar
2013
31 Mar
'13
4:41 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9952 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #5 from Chris Cormack <chris@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.