html_headers should be properly sorted

This commit is contained in:
Daku 2016-06-18 12:25:22 +01:00
parent 2a747c8f2b
commit 6b6e4f04b6

View file

@ -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>