mettre le tag php avant doctype pour pouvoir générer des headers si nécessaire

This commit is contained in:
Jephté Clain 2014-06-11 12:19:22 +04:00
parent 8b0e98df5c
commit 9845a1e105
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ function generate_php() {
local jquery="$jquery" local jquery="$jquery"
local html head start startbp endbp end local html head start startbp endbp end
__generate_html __generate_html
html="<?php # -*- coding: $encoding ${mode:+mode: $mode }-*- vim:sw=2:sts=2:et:ai:si:sta:fenc=$encoding doctype="<?php # -*- coding: $encoding ${mode:+mode: $mode }-*- vim:sw=2:sts=2:et:ai:si:sta:fenc=$encoding
?>$html" ?>$doctype"
__write_html __write_html