From eccc65e57b6dd40e11f9f4cc87c1812b0e17b5bf Mon Sep 17 00:00:00 2001 From: Alex Arnaud <alex.arnaud@biblibre.com> Date: Wed, 6 Apr 2011 16:56:20 +0200 Subject: [PATCH] Bug #6095 - Add UTF8 encoding in template --- .../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