From ab2a422af61a3c6df80091a311b64e8448417b13 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 16 Jan 2014 22:44:25 +0000 Subject: [PATCH] Bug 10691: (follow-up) replace HTML comments with TT contents Comments on the usage of Template Toolkit blocks don't need to appear in the rendered HTML, so this patch converts HTML comments to TT comments and thereby saves a tiny amount of bandwidth. Signed-off-by: Galen Charlton --- .../prog/en/includes/authorities-search-results.inc | 4 ++-- .../bootstrap/en/includes/authorities-search-results.inc | 4 ++-- .../opac-tmpl/prog/en/includes/authorities-search-results.inc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc index 7d96264541..c78480198d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc @@ -1,11 +1,11 @@ [% BLOCK showreference %] - +%] [% SET authidurl = '/cgi-bin/koha/authorities/detail.pl?authid=' %] [% SET searchurl = '/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=any&operator=contains&orderby=HeadingAsc&value=' %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc index 6a9f9d0e30..5a88ca2212 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc @@ -1,11 +1,11 @@ [% BLOCK showreference %] - +%] [% SET authidurl = '/cgi-bin/koha/opac-authoritiesdetail.pl?authid=' %] [% SET searchurl = '/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&marclist=mainentry&and_or=and&orderby=HeadingAsc&value=' %] [% IF marcflavour == 'UNIMARC' %] diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc index dcd2efca80..a6acc099ce 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc @@ -1,11 +1,11 @@ [% BLOCK showreference %] - +%] [% SET authidurl = '/cgi-bin/koha/opac-authoritiesdetail.pl?authid=' %] [% SET searchurl = '/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&marclist=mainentry&and_or=and&orderby=HeadingAsc&value=' %] [% IF marcflavour == 'UNIMARC' %] -- 2.20.1