26 Feb
2022
26 Feb
'22
11:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29589 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not completely sure about my follow-up, but to explain: Adding a html filter, won't work, as the text in the span is actually HTML - a link in this case. so if you make it html | $KohaSpan it will just output the HTML and destroy the link (tested). Maybe we'd need something more flexible than KohaSpan - KohaTag? Having parameters that allow us to specify the html tag for the surrounding elements and href in addition to class and id. For now I am proposing $raw. -- You are receiving this mail because: You are watching all bug changes.