diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-19 14:33:19 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-19 14:33:19 +0000 |
commit | 800215d334fc0239f48b5e1a552ce015c4eab601 (patch) | |
tree | f96ccdbcb79a827ea41de4fa1e5c0ca86c3cd918 /LedgerSMB | |
parent | 1738eacbdfaf500f38ac4c544bb9f578e77cbb38 (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')
-rwxr-xr-x | LedgerSMB/Form.pm | 2 |
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"> |