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

(-)a/C4/Templates.pm (-1 / +3 lines)
Lines 72-77 sub new { Link Here
72
            INCLUDE_PATH => \@includes,
72
            INCLUDE_PATH => \@includes,
73
            FILTERS => {},
73
            FILTERS => {},
74
            ENCODING => 'UTF-8',
74
            ENCODING => 'UTF-8',
75
            PRE_CHOMP => 3,
76
            POST_CHOMP => 3,
77
            TRIM => 1,
75
        }
78
        }
76
    ) or die Template->error();
79
    ) or die Template->error();
77
    my $self = {
80
    my $self = {
78
- 

Return to bug 20657