https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23823
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Signed Off |Failed QA --- Comment #5 from Martin Renvoize <[email protected]> --- Hi Ivan, Welcome to the team, it's great to have another new contributor. I'm afraid the QA scripts throw up a minor error: FAIL koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt FAIL filters wrong_html_filter at line 59 ( <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=[% NAME.name | html %]">) It's should be simple enough to fix, you just need to replace the `| html` with `| uri` as the template variable is being used inside a url string here. A quick followup with that change as it's own little patch would be perfect and then I can pass qa on this set. Many thanks, Martin -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
