From 800215d334fc0239f48b5e1a552ce015c4eab601 Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 19 May 2007 14:33:19 +0000 Subject: 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 --- LedgerSMB/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB/Form.pm') 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|{title} - $self->{titlebar}" : $self->{titlebar}; - print qq|Content-Type: text/html\n\n + print qq|Content-Type: text/html; charset=utf-8\n\n -- cgit v1.2.3