mirror of https://github.com/BOINC/boinc.git
Fix #472 (charset not selected correctly from translation file)
svn path=/trunk/boinc/; revision=14203
This commit is contained in:
parent
70ae27f032
commit
6e57bbebc8
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue