diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-26 14:35:25 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-26 14:35:25 +0000 |
commit | 937a05fb5d043ee6c2ce0e2d668c93f8b6717bc9 (patch) | |
tree | 4d32a6f2fa4ff1722831cf97b4a833d71ca2506e /tpl/index.php | |
parent | cbdf8e51aa2826e11cc17c34bcbf568ca37e26ce (diff) | |
parent | 2f1e719cbee6734053c70845665204ee1899c88e (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.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> |