From: Dan Scott Date: Sun, 18 Sep 2016 13:16:27 +0000 (-0400) Subject: LP#1624846 Add charset declaration to TPAC print output X-Git-Tag: sprint4-merge-nov22^2~100 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df7e392a980645f22a220c66147cb1b7537d0314;p=working%2FEvergreen.git LP#1624846 Add charset declaration to TPAC print output 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 Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/opac/myopac/receipt_print.tt2 b/Open-ILS/src/templates/opac/myopac/receipt_print.tt2 index fe6849502b..64237e2cd4 100644 --- a/Open-ILS/src/templates/opac/myopac/receipt_print.tt2 +++ b/Open-ILS/src/templates/opac/myopac/receipt_print.tt2 @@ -1,6 +1,7 @@ [%# sic! no wrapper %] + [% l('Receipt') %] diff --git a/Open-ILS/src/templates/opac/record/print.tt2 b/Open-ILS/src/templates/opac/record/print.tt2 index d5d94e615b..24cb94ee27 100644 --- a/Open-ILS/src/templates/opac/record/print.tt2 +++ b/Open-ILS/src/templates/opac/record/print.tt2 @@ -1,6 +1,7 @@ [% PROCESS 'opac/parts/header.tt2' %] + [% l('Print Record') %]