http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36569|0 |1 is obsolete| | Attachment #36574|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 36580 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36580&action=edit [PASSED QA] Bug 12291: [SIGNED-OFF] Replace acronym with tag at the OPAC On the OPAC authentification page, the acronym tag is used, but deprecated. It should be replaced with abbr: http://www.w3.org/wiki/HTML/Elements/acronym Test plan: Enable the CAS authentification and verify the tags have correctly been replaced. Signed-off-by: Magnus Enger <magnus@enger.priv.no> Befor the patch, "grep -r "<acronym" koha-tmpl/*/*/en/*" shows 4 occurences of <acronym>, 3 related to CAS. After the patch, the same grep shows 1 remaining <acronym>, in acqui/parcels.tt. I sign off this patch and will provide a followup for the last occurrence. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.