manually generate XHTML doctype since haml :format config cannot be overridden
This commit is contained in:
parent
6b50c21140
commit
6622385601
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
!!!
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
%html{:lang => "en"}
|
%html{:lang => "en"}
|
||||||
%head
|
%head
|
||||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
!!!
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
%html{:lang => "en"}
|
%html{:lang => "en"}
|
||||||
%head
|
%head
|
||||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||||
|
|
Loading…
Reference in a new issue