https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152685|0 |1 is obsolete| | --- Comment #17 from David Nind <david@davidnind.com> --- Created attachment 157768 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157768&action=edit Bug 31393: Koha::Config: handle the special case for 'content' attribute <key content="value"></key> was wrongly parsed as { key => 'value' } whereas it should be { key => { content => 'value' } } The 'content' attribute is used in shibboleth config Test plan: 1 Run `prove t/Koha/Config.t` Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.