[Koha-bugs] [Bug 25744] Replace <i> tags with <em> AND <b> tags with <strong> in the staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 6 20:27:04 CEST 2020


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

--- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 107906
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107906&action=edit
Bug 25744: replace <b> with <strong> in the staff interface

This patch set attempts to replace all the <i> tags with <em> and all the <b>
tags with <strong> in the staff interface.
I attempted to get all the templates, includes, and xslt files.
To test:
1. Review the changes as best as possible, looking for mistakes.
2. grep for <i> and <b> in the modules, includes, and xslt folders. You should
get nothing/
3. If you grep '<\/i>' you should only see instances of Font Awesome.
4. If you grep '<\/b>' you should only see instances where caret is used.

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


More information about the Koha-bugs mailing list