aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-25 21:23:25 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-25 21:23:25 +0000
commit659899df825c731de405d62653d604f0940768f2 (patch)
treee7dfd5c2ee78aa6f0ee31d7400728573741037f0 /share/skin/default
parent39733b977e1caa32bccdfb19f2af05b8a4fcbca5 (diff)
downloadreaction-659899df825c731de405d62653d604f0940768f2.tar.gz
reaction-659899df825c731de405d62653d604f0940768f2.zip
fixes for site layout
Diffstat (limited to 'share/skin/default')
-rw-r--r--share/skin/default/layout/site_layout.tt8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/skin/default/layout/site_layout.tt b/share/skin/default/layout/site_layout.tt
index 810960e..7cfcc5d 100644
--- a/share/skin/default/layout/site_layout.tt
+++ b/share/skin/default/layout/site_layout.tt
@@ -2,8 +2,7 @@
=for layout widget
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+[% doctype %]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
@@ -17,4 +16,9 @@
</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