mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-02-14 08:58:40 +00:00
more bug fixes
This commit is contained in:
parent
f4db75e87a
commit
4e8e6632e2
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user