diff options
author | Thomas Lange <code@nerdmind.de> | 2017-10-24 02:42:33 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-10-24 02:42:33 +0200 |
commit | 7cdbf9efcc542701b489e8814628bf6a3b48074e (patch) | |
tree | 1a3b30240cad8677c279e3efddd722d9d016ca29 /core/include/post | |
parent | 5350bb7abb102a537b8dafcc6cf46679f4b52c50 (diff) | |
download | blog-7cdbf9efcc542701b489e8814628bf6a3b48074e.tar.gz blog-7cdbf9efcc542701b489e8814628bf6a3b48074e.tar.xz blog-7cdbf9efcc542701b489e8814628bf6a3b48074e.zip |
Some comments have been updated, unnecessary whitespace at the end of some files was removed and some missing PHP closing tags were added.
Diffstat (limited to 'core/include/post')
-rw-r--r-- | core/include/post/main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/include/post/main.php b/core/include/post/main.php index f091a4c..3cdb792 100644 --- a/core/include/post/main.php +++ b/core/include/post/main.php @@ -87,4 +87,5 @@ catch(Post\Exception $Exception) { #=============================================================================== catch(User\Exception $Exception) { Application::exit($Exception->getMessage()); -}
\ No newline at end of file +} +?>
\ No newline at end of file |