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

(-)a/about.pl (-2 / +1 lines)
Lines 223-229 if ( defined C4::Context->config('docdir') ) { Link Here
223
    $docdir = C4::Context->config('intranetdir') . '/docs';
223
    $docdir = C4::Context->config('intranetdir') . '/docs';
224
}
224
}
225
225
226
if ( open( my $file, "<", "$docdir" . "/history.txt" ) ) {
226
if ( open( my $file, "<encoding(UTF-8)", "$docdir" . "/history.txt" ) ) {
227
227
228
    my $i = 0;
228
    my $i = 0;
229
229
230
- 

Return to bug 13579