@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc @@ -109,7 +109,7 @@ [% FOREACH consent IN consents %]
- +
[% consent.name | html %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -131,7 +131,7 @@ [% ELSIF ( CHUNK.type_modalselect ) %] [% ELSIF ( CHUNK.type_modaljs ) %] - + [% ELSIF ( CHUNK.type_multiple ) %] +
[% consent.name | html %]
--