Non-ASCII characters were printed incorrectly in some browsers, such as
Firefox, that still default to ISO-8859-1 encodings in the absence of a
specifically declared encoding.
Our output encoding will always be UTF-8, so declare it.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
[%# sic! no wrapper %]
<html>
<head>
+ <meta charset="utf-8">
<title>[% l('Receipt') %]</title>
</head>
<body onload="if (document.getElementById('printable-receipt')) window.print();">
[% PROCESS 'opac/parts/header.tt2' %]
<html>
<head>
+ <meta charset="utf-8">
<title>[% l('Print Record') %]</title>
<style type="text/css" media="print">.noprint {display: none}</style>
</head>