Updated the engine to the latest.

This commit is contained in:
Relintai 2021-11-14 22:25:53 +01:00
parent 5037e01417
commit be495e2031
2 changed files with 2 additions and 2 deletions

2
HEADS
View File

@ -1 +1 @@
{"engine": {"master": "5462650e1029586c828751365c48a870978339cd"}}
{"engine": {"master": "8d622659e25c8f9849b20e6a05ccf4dbb0803827"}}

View File

@ -296,7 +296,7 @@ MourneApplication::MourneApplication() :
b.div()->cls("back")->f()->a()->href("/")->f()->w("<--- Back")->ca()->cdiv();
b.br();
_admin_panel->set_default_body_top(b.result);
_admin_panel->set_default_main_body_top(b.result);
compile_menu();
}