[Koha-bugs] [Bug 11885] Inconsistent HTML in MARC Details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 3 02:36:16 CEST 2014


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

--- Comment #7 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 26773
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26773&action=edit
Bug 11885 - Follow-up to address issues raised

Jonathan Druart raised the following three issues:
1/ subtags was bold before patch
2/ 1 dash existed between tag and tag name
3/ A space has been added ("606 #1 - Sujet nom commun" becomes "606 # 1 Sujet
nom commun",  "101 ## - Langue" becomes "101 # # Langue")

This patch addresses them in the following way:
1/ You will note that @ was not bold on the 0 tab.
   Every other tab were bold. By making the similar template
   into a procedure based on the 0XX tab, bolding was lost.
   This patch bolds all subtags including the @, so that
   the visible change is minimized.
2/ The dash was programmatically added in at the code stage
   previously. This bug fix splits the the single concatenation
   mess into parts which can be styled. This puts the dash back
   into the template. However, it should be noted that the
   spacing for the 0 tab's tag and tag description will have an
   extra space after the hypen that was lacking before.
3/ <span>...</span><span>...</span> is different than
   <span>...</span>
   <span>...</span>
   The later puts that extra space. This patch fixes that.

See comment 1 for the test plan.

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


More information about the Koha-bugs mailing list