manually generate XHTML doctype since haml :format config cannot be overridden

This commit is contained in:
Mike Greiling 2016-10-08 01:28:11 -05:00
parent 6b50c21140
commit 6622385601
2 changed files with 2 additions and 2 deletions

View File

@ -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"}
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/

View File

@ -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"}
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/