diff options
author | Thomas Lange <code@nerdmind.de> | 2019-10-29 01:37:57 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2019-10-29 01:50:50 +0100 |
commit | cd17efc82a5ed560a50b8a1619e4e724098eb209 (patch) | |
tree | 0bf334219e1ef8adc17c20004ca31efeced65abd /admin/post | |
parent | fb7d34f69a0e47643c1e16c9e3d72dbc74b4bc4d (diff) | |
download | blog-cd17efc82a5ed560a50b8a1619e4e724098eb209.tar.gz blog-cd17efc82a5ed560a50b8a1619e4e724098eb209.tar.xz blog-cd17efc82a5ed560a50b8a1619e4e724098eb209.zip |
Remove PHP closing tags and add LF to text files
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
Diffstat (limited to 'admin/post')
-rw-r--r-- | admin/post/delete.php | 1 | ||||
-rw-r--r-- | admin/post/index.php | 1 | ||||
-rw-r--r-- | admin/post/insert.php | 1 | ||||
-rw-r--r-- | admin/post/search.php | 1 | ||||
-rw-r--r-- | admin/post/update.php | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/admin/post/delete.php b/admin/post/delete.php index 78fdf6e..792b958 100644 --- a/admin/post/delete.php +++ b/admin/post/delete.php @@ -63,4 +63,3 @@ try { catch(Post\Exception $Exception) { Application::error404(); } -?>
\ No newline at end of file diff --git a/admin/post/index.php b/admin/post/index.php index 57b19e9..15e2c17 100644 --- a/admin/post/index.php +++ b/admin/post/index.php @@ -76,4 +76,3 @@ try { catch(Template\Exception $Exception) { Application::exit($Exception->getMessage()); } -?>
\ No newline at end of file diff --git a/admin/post/insert.php b/admin/post/insert.php index d35d527..6916a61 100644 --- a/admin/post/insert.php +++ b/admin/post/insert.php @@ -76,4 +76,3 @@ try { catch(Template\Exception $Exception) { Application::exit($Exception->getMessage()); } -?>
\ No newline at end of file diff --git a/admin/post/search.php b/admin/post/search.php index c2c83ca..cd28322 100644 --- a/admin/post/search.php +++ b/admin/post/search.php @@ -49,4 +49,3 @@ try { catch(Template\Exception $Exception) { Application::exit($Exception->getMessage()); } -?>
\ No newline at end of file diff --git a/admin/post/update.php b/admin/post/update.php index d2cf979..7b82bf4 100644 --- a/admin/post/update.php +++ b/admin/post/update.php @@ -86,4 +86,3 @@ try { catch(Post\Exception $Exception) { Application::error404(); } -?>
\ No newline at end of file |