https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223 --- Comment #48 from David Cook <dcook@prosentient.com.au> --- QA note: FAIL koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt FAIL filters missing_filter at line 1366 ( <a target="[% target_attr | html %]" rel="[% rel_attr | html %]" href="[% uri | safe_url %]" property="url">[% uri | html %]</a>) missing_filter at line 1373 ( <a target="[% target_attr | html %]" rel="[% rel_attr | html %]" href="[% ITEM_RESULT.uri | safe_url %]" property="url">) So... either we need to add a $raw filter after "safe_url" or we need to update the QA tools to deal with this new "safe_url" filter? -- You are receiving this mail because: You are watching all bug changes.