[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6095: Add UTF8 encoding in template

Jonathan Druart jonathan.druart at biblibre.com
Thu Apr 7 11:12:40 CEST 2011


From: Alex Arnaud <alex.arnaud at biblibre.com>


Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
---
 .../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.7.1



More information about the Koha-patches mailing list