[Koha-bugs] [Bug 34647] name attribute is obsolete in anchor tag

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 24 16:14:55 CET 2024


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

--- Comment #4 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
Created attachment 161344
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161344&action=edit
Bug 34647: Replace name attributes with ids

This patch replaces name attributes on <a> tags as this is now obsolete in HTML
5. The recommended practice is to substitute these for ids, as has been done in
this patch

Test plan:
1) Navigate to each page where the link has been amended
2) Check that the link still works as expected

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


More information about the Koha-bugs mailing list