From 9845a1e105976c7eb9dc27e35e35681fa76a0d21 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Wed, 11 Jun 2014 12:19:22 +0400 Subject: [PATCH] =?UTF-8?q?mettre=20le=20tag=20php=20avant=20doctype=20pou?= =?UTF-8?q?r=20pouvoir=20g=C3=A9n=C3=A9rer=20des=20headers=20si=20n=C3=A9c?= =?UTF-8?q?essaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/templates/www | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/www b/lib/templates/www index 21537a2..4313d2a 100755 --- a/lib/templates/www +++ b/lib/templates/www @@ -237,8 +237,8 @@ function generate_php() { local jquery="$jquery" local html head start startbp endbp end __generate_html - html="$html" + doctype="$doctype" __write_html