http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1954 Summary: Small display issues on OPAC detail page Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: frederic@tamil.fr QAContact: koha-bugs@nongnu.org On OPAC detail page, display could be improved: see attached screenshot. * Link to publisher name end by a space. The space should be outside the <a> anchor. * Published by: could be more ISBDish displayed. Now: Ed. de l'Herne, (Paris :) , 2004 Better : Paris : Ed. de l'Herne, 2004. This could be an issue for UNIMARC. See: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1949#c3 * Subject link embed a space at the end. The final space should be outside the <a> anchor. * Subject list end with a pipe. I've solved this issue with a lost patch using loop_context_vars from HTML::Template. See: http://search.cpan.org/~samtregar/HTML-Template-2.9/Template.pm Something like: <TMPL_UNLESS NAME="__last__"> | </TMPL_UNLESS> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.