more bug fixes

This commit is contained in:
Dennis Eichhorn 2025-03-11 03:58:22 +00:00
parent a68995dc08
commit c34176fa0a

View File

@ -21,7 +21,7 @@ $head = $this->head;
/** @var array $dispatch */ /** @var array $dispatch */
$dispatch = $this->getData('dispatch') ?? []; $dispatch = $this->getData('dispatch') ?? [];
?> ?>
<!DOCTYPE HTML> <!DOCTYPE html>
<html lang="<?= $this->printHtml($this->response->header->l11n->language); ?>"> <html lang="<?= $this->printHtml($this->response->header->l11n->language); ?>">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">