summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-07 14:20:58 +0200
committerBart Visscher <bartv@thisnet.nl>2012-09-07 14:24:56 +0200
commit69023ff573517691d80675d4e4249a941d8897c5 (patch)
tree394c5ca31328f80a320a9ca87b2d7fe39488a8ee /index.php
parent4540d5385c52b4b163d1969a43be58f067dc3544 (diff)
Remove php close tag from end of file.
See also http://stackoverflow.com/questions/4410704/php-closing-tag
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3f665af1f..4f5584caf 100644
--- a/index.php
+++ b/index.php
@@ -64,4 +64,3 @@ $tmpl->assign('feedid', $feedid);
$tmpl->assign('feedtype', $feedtype);
$tmpl->printPage();
-?>