diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 187813c..3a72101 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -1,7 +1,6 @@ <TMPL_IF HTML5><!DOCTYPE html> <html> -<TMPL_ELSE><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<TMPL_ELSE><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> </TMPL_IF> <head> |