[Koha-patches] [PATCH] Bug #6095 - Add UTF8 encoding in template

Alex Arnaud alex.arnaud at biblibre.com
Wed Apr 6 16:57:35 CEST 2011


---
 .../prog/en/modules/batch/print-notices.tmpl       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tmpl
index 762b157..c982bc5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tmpl
@@ -1,5 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
     <title>Print Notices for <!-- TMPL_VAR NAME="today" --></title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <style type="text/css">
         <!-- 
         .message { page-break-after: always }
-- 
1.6.3.3



More information about the Koha-patches mailing list