summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-19 14:33:19 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-19 14:33:19 +0000
commit800215d334fc0239f48b5e1a552ce015c4eab601 (patch)
treef96ccdbcb79a827ea41de4fa1e5c0ca86c3cd918 /LedgerSMB/Form.pm
parent1738eacbdfaf500f38ac4c544bb9f578e77cbb38 (diff)
Setting HTTP content type in Form.pm and adding tests from trunk/
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1215 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Form.pm')
-rwxr-xr-xLedgerSMB/Form.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 92fb7023..87648020 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -316,7 +316,7 @@ qq|<meta http-equiv="content-type" content="text/html; charset=$self->{charset}"
? "$self->{title} - $self->{titlebar}"
: $self->{titlebar};
- print qq|Content-Type: text/html\n\n
+ print qq|Content-Type: text/html; charset=utf-8\n\n
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">