diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:01:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:01:46 -0400 |
commit | d0baab6978f1959382d568d26cc9f8f552a7b764 (patch) | |
tree | 32bbe1148e86bb7846ae1f0e581c0f3c0f68956f /tpl/index.php | |
parent | 077955cb1d45f866d65aebdc42f5e3e71dc74045 (diff) | |
parent | a2117961be463d566c8f3c6ccd9b8e840f171804 (diff) |
Merge branch '0.8.x' into testing
Diffstat (limited to 'tpl/index.php')
-rw-r--r-- | tpl/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/index.php b/tpl/index.php index be375e75a..36a161144 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> +<?php echo '<?';?>xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?php echo section('title'); ?></title> |