]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix up tpl/index.php so doesn't throw errors on hosts with php shorttags on
authorBrenda Wallace <shiny@cpan.org>
Mon, 24 Aug 2009 21:14:43 +0000 (09:14 +1200)
committerBrenda Wallace <shiny@cpan.org>
Mon, 24 Aug 2009 21:14:43 +0000 (09:14 +1200)
tpl/index.php

index be375e75a6397837db477599c163ab22a7f34315..36a16114492e44393016511d34612cf46cff023b 100644 (file)
@@ -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>