aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/site_layout.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/site_layout.tt')
-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