diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-26 21:56:59 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-26 21:56:59 -0400 |
commit | 3e362233ee2f7acd676c0ee86025d7511f265b7e (patch) | |
tree | f691c476d17d31517e3367c1bc3d9608c4d7eed8 /tpl/index.php | |
parent | 504c42aa7d4ff5cccd722bceb3231a5a8f46a27b (diff) | |
parent | b7beac36c2dbebfa27982b2fc6c82cf2ebbaae8d (diff) |
Merge commit 'laconica/0.8.x' into 0.9.x
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> |