[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
Fri Sep 11 09:56:15 CEST 2020


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109759|0                           |1
        is obsolete|                            |

--- Comment #8 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 109890
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109890&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.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>
Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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


More information about the Koha-bugs mailing list