mettre le tag php avant doctype pour pouvoir générer des headers si nécessaire
This commit is contained in:
parent
8b0e98df5c
commit
9845a1e105
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue