diff options
Diffstat (limited to 'LedgerSMB/Form.pm')
-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"> |