aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-09-17 19:30:58 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-09-17 19:30:58 +0000
commit9e6850d15291284d10ec5d78989c9a7ec2041e57 (patch)
tree6850376c0d6b996367ff34efac5469a32597c4f3 /share
parent28a7e0a73bb07c002464d6aabfc54c91339b00d1 (diff)
downloadreaction-9e6850d15291284d10ec5d78989c9a7ec2041e57.tar.gz
reaction-9e6850d15291284d10ec5d78989c9a7ec2041e57.zip
fixed doctype layout
Diffstat (limited to 'share')
-rw-r--r--share/skin/base/layout/site_layout.tt6
-rw-r--r--share/skin/default/layout/site_layout.tt5
2 files changed, 4 insertions, 7 deletions
diff --git a/share/skin/base/layout/site_layout.tt b/share/skin/base/layout/site_layout.tt
index 90c916f..02933cf 100644
--- a/share/skin/base/layout/site_layout.tt
+++ b/share/skin/base/layout/site_layout.tt
@@ -1,4 +1,5 @@
=for layout widget
+
[% doctype %]
<html>
@@ -37,9 +38,10 @@
=for layout head_style
-=for layout doctype
+=for layout doctype
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
=for layout body
diff --git a/share/skin/default/layout/site_layout.tt b/share/skin/default/layout/site_layout.tt
index 7cfcc5d..334e4d6 100644
--- a/share/skin/default/layout/site_layout.tt
+++ b/share/skin/default/layout/site_layout.tt
@@ -16,9 +16,4 @@
</html>
-=for layout doctype
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
=cut