From 080daccf358d7ad70f16fe4e4bb60ef638f36457 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr>
Date: Thu, 14 Nov 2019 11:47:53 +0100
Subject: [PATCH] =?UTF-8?q?Correction=20de=20bug=20:=20les=20caract=C3=A8r?=
 =?UTF-8?q?es=20affich=C3=A9s=20dans=20les=20tableaux=20=C3=A9taient=20plu?=
 =?UTF-8?q?s=20gros,=20car=20le=20navigateur=20passait=20en=20mode=20Quirk?=
 =?UTF-8?q?=20faute=20de=20doctype?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 module/Application/view/layout/layout.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml
index 5dee6baf14..7b90ba5610 100755
--- a/module/Application/view/layout/layout.phtml
+++ b/module/Application/view/layout/layout.phtml
@@ -5,7 +5,7 @@ use Zend\View\Helper\Navigation as NavigationHelper;
 /** @var NavigationHelper $navigationHelper */
 $navigationHelper = $this->navigation('navigation');
 
-$this->doctype(); ?>
+echo $this->doctype(); ?>
 <html lang="fr">
 <head>
     <!-- Meta -->
-- 
GitLab