[Koha-bugs] [Bug 22672] Replace <i> tags with <em> AND <b> tags with <strong> in the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 15 11:41:26 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22672

Timothy Alexis Vass <timothy_alexis.vass at ub.lu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #18 from Timothy Alexis Vass <timothy_alexis.vass at ub.lu.se> ---
- Searched the folders bootstrap and xslt with following regular expressions,
to make sure:
<b(\s.*)?>
includes all <b> and <b ...> tags

(?!.*fa)<i(\s.*.*)?>
includes all <i> and <i ...> tags
excluding any tags with font-awesome icons.

- Found the same as Victor.

- Added these changes and attached a new patch.

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


More information about the Koha-bugs mailing list