Fix #472 (charset not selected correctly from translation file)

svn path=/trunk/boinc/; revision=14203
This commit is contained in:
Rytis Slatkevičius 2007-11-14 20:01:05 +00:00
parent 70ae27f032
commit 6e57bbebc8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function page_head($title, $java_onload=null, $title_plain=null, $prefix="") {
$rsslink = URL_BASE . "/rss_main.php";
if (defined("CHARSET")) {
header("Content-type: text/html; charset=".tra(CHARSET));
header("Content-type: text/html; charset=".tra("CHARSET"));
}
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd\">\n";