summaryrefslogtreecommitdiffstats
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
parent4540d5385c52b4b163d1969a43be58f067dc3544 (diff)
Remove php close tag from end of file.
See also http://stackoverflow.com/questions/4410704/php-closing-tag
-rw-r--r--index.php1
-rw-r--r--templates/main.php2
2 files changed, 0 insertions, 3 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();
-?>
diff --git a/templates/main.php b/templates/main.php
index 95e6ca976..06729ad4a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -63,5 +63,3 @@ if($showAll){
}
echo $this->inc("part.dialogues");
-?>
-