summaryrefslogtreecommitdiff
path: root/modules/gallery/views/kohana
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-20 09:05:25 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-20 09:05:25 -0700
commitab9049d5313d589cee696d0e082ac4f20c830cf1 (patch)
tree67086ffcf0df8a0920721a3032524ebcc063792e /modules/gallery/views/kohana
parent1a210dd27084e4213a1738992b700a244de97d35 (diff)
Remove trailing ?>
Diffstat (limited to 'modules/gallery/views/kohana')
-rw-r--r--modules/gallery/views/kohana/error.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/views/kohana/error.php b/modules/gallery/views/kohana/error.php
index b0f0e907..cc9d2e84 100644
--- a/modules/gallery/views/kohana/error.php
+++ b/modules/gallery/views/kohana/error.php
@@ -40,4 +40,3 @@ if ($e instanceof Kohana_404_Exception) {
header("HTTP/1.1 500 Internal Server Error");
include Kohana::find_file("views", "error_user.html");
-?>