View | Details | Raw Unified | Return to bug 24732
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-open.inc (-1 / +1 lines)
Lines 6-12 Link Here
6
[% IF Koha.Preference('DumpTemplateVarsIntranet') %]
6
[% IF Koha.Preference('DumpTemplateVarsIntranet') %]
7
    [% TRY %]
7
    [% TRY %]
8
        [% USE Stash %]
8
        [% USE Stash %]
9
        [% USE Dumper %]
9
        [% USE Dumper( Indent=1, SortKeys=1 ) %]
10
        <!--
10
        <!--
11
        [% FILTER replace('<!--', '<!- -') %]
11
        [% FILTER replace('<!--', '<!- -') %]
12
            [% FILTER replace('-->', '- ->') %]
12
            [% FILTER replace('-->', '- ->') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-open.inc (-2 / +1 lines)
Lines 6-12 Link Here
6
[% IF Koha.Preference('DumpTemplateVarsOpac') %]
6
[% IF Koha.Preference('DumpTemplateVarsOpac') %]
7
    [% TRY %]
7
    [% TRY %]
8
        [% USE Stash %]
8
        [% USE Stash %]
9
        [% USE Dumper %]
9
        [% USE Dumper ( Indent=1, SortKeys=1 ) %]
10
        <!--
10
        <!--
11
        [% FILTER replace('<!--', '<!- -') %]
11
        [% FILTER replace('<!--', '<!- -') %]
12
            [% FILTER replace('-->', '- ->') %]
12
            [% FILTER replace('-->', '- ->') %]
13
- 

Return to bug 24732