summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-18 23:26:03 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-18 23:26:03 +0000
commit2c7f9b4bd8b54c175d3e59072ce6a8d4b3d1cacf (patch)
tree2d3a35de6b8e29ce056a3151234c2246d99e1268 /locale
parent59ee9949bbc5ed9681b8c7ca5fb50ffe0ec7538b (diff)
Adding utf-8 charset specifications to splash pages and by default to forms
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1211 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/html/splash.html1
-rwxr-xr-xlocale/splash.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/locale/html/splash.html b/locale/html/splash.html
index 9ba76a09..5eed3837 100755
--- a/locale/html/splash.html
+++ b/locale/html/splash.html
@@ -6,6 +6,7 @@
<title>LedgerSMB Splash page</title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../../css/ledger-smb.css" type="text/css" title="LedgerSMB stylesheet" />
<meta name="robots" content="noindex,nofollow" />
diff --git a/locale/splash.html b/locale/splash.html
index 18719b5c..77ac2686 100755
--- a/locale/splash.html
+++ b/locale/splash.html
@@ -6,6 +6,7 @@
<title>LedgerSMB Splash page</title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../../css/ledger-smb.css" type="text/css" title="LedgerSMB stylesheet" />
<meta name="robots" content="noindex,nofollow" />