aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-10-24 02:42:33 +0200
committerThomas Lange <code@nerdmind.de>2017-10-24 02:42:33 +0200
commit7cdbf9efcc542701b489e8814628bf6a3b48074e (patch)
tree1a3b30240cad8677c279e3efddd722d9d016ca29 /template
parent5350bb7abb102a537b8dafcc6cf46679f4b52c50 (diff)
downloadblog-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 'template')
-rw-r--r--template/admin/html/403.php2
-rw-r--r--template/admin/html/home.php2
-rw-r--r--template/standard/html/home.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/html/403.php b/template/admin/html/403.php
index f9a0afd..6fb3d16 100644
--- a/template/admin/html/403.php
+++ b/template/admin/html/403.php
@@ -1,2 +1,2 @@
<h1><i class="fa fa-exclamation-triangle"></i><?=$Language->text('403_heading_text')?></h1>
-<p><?=$Language->text('403_heading_desc')?></p>
+<p><?=$Language->text('403_heading_desc')?></p> \ No newline at end of file
diff --git a/template/admin/html/home.php b/template/admin/html/home.php
index 7698035..9d8aee2 100644
--- a/template/admin/html/home.php
+++ b/template/admin/html/home.php
@@ -45,4 +45,4 @@
</div>
<?php else: ?>
<p><em><?=$Language->text('home_no_users')?></em></p>
-<?php endif; ?>
+<?php endif; ?> \ No newline at end of file
diff --git a/template/standard/html/home.php b/template/standard/html/home.php
index f2aa20e..d49c71b 100644
--- a/template/standard/html/home.php
+++ b/template/standard/html/home.php
@@ -16,4 +16,4 @@
<?php endforeach; ?>
</div>
-<?=$PAGINATION['HTML']?>
+<?=$PAGINATION['HTML']?> \ No newline at end of file