html_headers should be properly sorted
This commit is contained in:
parent
2a747c8f2b
commit
6b6e4f04b6
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class HomeTheme extends Themelet {
|
|||
$page->set_mode("data");
|
||||
$hh = "";
|
||||
$page->add_auto_html_headers();
|
||||
ksort($page->html_headers);
|
||||
foreach($page->html_headers as $h) {$hh .= $h;}
|
||||
$page->set_data(<<<EOD
|
||||
<html>
|
||||
|
|
Reference in a new issue