https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20504 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 77634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77634&action=edit Bug 20504: Fix lang attribute in html tag on systempreferences page On the system preferences page the lang attribute of the html tag is always empty. To test: - Go to systempreferences - Check the html source and look at the html tag, it should read: <html lang=""> - Apply patch - Check the html source again: <html lang="en"> Verify the language code shown matches the currently selected language in the staff interface - Verify the language system preferences work correctly -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.