diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-18 23:32:13 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-18 23:32:13 +0000 |
commit | c551bc6e662d3ba7d5ab917d78feb7fec15bc74b (patch) | |
tree | 401c1b2dce40cedbfcc63bbc8f399fc6aece6293 /locale | |
parent | aef6c97fadab8fc3469d56a8f9fba6dae4510f45 (diff) |
Adding utf-8 default charsets to html headers
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1212 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale')
-rwxr-xr-x | locale/html/splash.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/html/splash.html b/locale/html/splash.html index ad37ab3a..d99e898d 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" /> |