web staff : add charset meta
authorBill Erickson <berick@esilibrary.com>
Fri, 25 Oct 2013 14:59:18 +0000 (10:59 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 25 Oct 2013 14:59:18 +0000 (10:59 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/index.tt2

index 143e164..c13c0ce 100644 (file)
@@ -2,7 +2,8 @@
 <html ng-app="egHome" lang="[% ctx.locale %]">
   <head>
     <title>[% l('Evergreen Staff') %]</title>
-    <base href="/eg/staff/" />
+    <base href="/eg/staff/">
+    <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <!-- TODO: remote hosted CSS should be hosted locally instead -->
     <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />