Set the encoding for oilsweb templates for systems that haven't set a default charset...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 Nov 2009 15:08:38 +0000 (15:08 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 Nov 2009 15:08:38 +0000 (15:08 +0000)
This resolves a problem seen on Karmic where corrupted characters
were displayed in Vandelay and other TT2 interfaces.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14764 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/base.tt2

index a7bf32e..5128f35 100644 (file)
@@ -5,6 +5,7 @@
 <html xmlns='http://www.w3.org/1999/xhtml' lang='[% ctx.locale %]' xml:lang='[% ctx.locale %]'>
     <head>
         <title>[% ctx.page_title %]</title>
+       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <link rel='stylesheet' type='text/css'
             href='[% ctx.media_prefix %]/css/skin/[% ctx.skin %].css'></link>
         <link rel='stylesheet' type='text/css'