Prob Ubuntu & utf8

This commit is contained in:
sparkyx 2005-08-09 16:05:07 +00:00
parent b44b632ea0
commit 084b826c69

View file

@ -153,7 +153,7 @@ function html_page_start($p_theme="",$p_script="")
echo "<HTML>";
echo "<HEAD>
<TITLE> Gnu Accountancy</TITLE>
<META http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">
<LINK REL=\"stylesheet\" type=\"text/css\" href=\"$style\">
</HEAD><script src=\"scripts.js\" type=\"text/javascript\"></script>";
echo "<BODY $p_script>";