Lines 460-469
sub output_with_http_headers($$$$;$) {
Link Here
|
460 |
$options->{'Content-Style-Type' } = 'text/css'; |
460 |
$options->{'Content-Style-Type' } = 'text/css'; |
461 |
$options->{'Content-Script-Type'} = 'text/javascript'; |
461 |
$options->{'Content-Script-Type'} = 'text/javascript'; |
462 |
} |
462 |
} |
463 |
# remove SUDOC specific NSB NSE |
463 |
|
464 |
$data =~ s/\x{C2}\x{98}|\x{C2}\x{9C}/ /g; |
|
|
465 |
$data =~ s/\x{C2}\x{88}|\x{C2}\x{89}/ /g; |
466 |
|
467 |
# We can't encode here, that will double encode our templates, and xslt |
464 |
# We can't encode here, that will double encode our templates, and xslt |
468 |
# We need to fix the encoding as it comes out of the database, or when we pass the variables to templates |
465 |
# We need to fix the encoding as it comes out of the database, or when we pass the variables to templates |
469 |
|
466 |
|
470 |
- |
|
|