forked from Cavemanon/cavepaintings
These sorts are necessary on the header arrays, otherwise the relative priority of certain headers is not respected.
This commit is contained in:
@@ -20,6 +20,7 @@ class Layout {
|
||||
$contact_link = $config->get_string('contact_link');
|
||||
|
||||
$header_html = "";
|
||||
ksort($page->html_headers);
|
||||
foreach($page->html_headers as $line) {
|
||||
$header_html .= "\t\t$line\n";
|
||||
}
|
||||
|
@@ -16,6 +16,7 @@ class Layout {
|
||||
$contact_link = $config->get_string('contact_link');
|
||||
|
||||
$header_html = "";
|
||||
ksort($page->html_headers);
|
||||
foreach($page->html_headers as $line) {
|
||||
$header_html .= "\t\t$line\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user