diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 09:05:25 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 09:05:25 -0700 |
commit | ab9049d5313d589cee696d0e082ac4f20c830cf1 (patch) | |
tree | 67086ffcf0df8a0920721a3032524ebcc063792e /modules/gallery | |
parent | 1a210dd27084e4213a1738992b700a244de97d35 (diff) |
Remove trailing ?>
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/kohana/error.php | 1 |
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"); -?> |