https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20935 --- Comment #56 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 86837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86837 Bug 20935: Add missing html filter Review of attachment 86837: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20935&attachment=86837) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ +38,4 @@
<div id="toolbar"> Results in sections: [% FOREACH TAB IN TABS %] + <a href="#[% TAB.tab_title | url %]">[% TAB.tab_title | html %]</a>[% UNLESS ( loop.last ) %] • [% END %]
In fragment you should use uri filter, not url. -- You are receiving this mail because: You are watching all bug changes.