Improve html_start: correct encoding is now given

This commit is contained in:
sparkyx 2004-12-04 13:47:14 +00:00
parent 1e532d9772
commit 1d3b629152

View file

@ -155,6 +155,7 @@ $bg="";
echo "<HTML>";
echo "<HEAD>
<TITLE> Gnu Accountancy</TITLE>
<META http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
<LINK REL=\"stylesheet\" type=\"text/css\" href=\"$style\">
</HEAD>";
echo "<BODY $bg class=\"defaut\" $p_script>";