Introduced by bug 30733.
Created attachment 138176 [details] [review] Bug 31246: <span> displayed in 'Additional fields' section This patch avoids escaping HMTL data in the additional fields section. To test: 1. Open the additional fields section http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/additional-fields.pl => FAIL: there are some nasty <span> </span> texts in there 2. Apply this patch 3. Reload => SUCCESS: Things display nicely again! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Created attachment 138179 [details] [review] Bug 31246: <span> displayed in 'Additional fields' section This patch avoids escaping HMTL data in the additional fields section. To test: 1. Open the additional fields section http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/additional-fields.pl => FAIL: there are some nasty <span> </span> texts in there 2. Apply this patch 3. Reload => SUCCESS: Things display nicely again! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com>
Created attachment 138190 [details] [review] Bug 31246: <span> displayed in 'Additional fields' section This patch avoids escaping HMTL data in the additional fields section. To test: 1. Open the additional fields section http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/additional-fields.pl => FAIL: there are some nasty <span> </span> texts in there 2. Apply this patch 3. Reload => SUCCESS: Things display nicely again! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Works, qa script happy, code looks good, passing QA :)
Pushed to master for 22.11. Nice work everyone, thanks!
Backported to 22.05.x for 22.05.05
won't backport on 21.11.x (depends on 30733)