aboutsummaryrefslogtreecommitdiffstats
path: root/theme/default/html/post
diff options
context:
space:
mode:
Diffstat (limited to 'theme/default/html/post')
-rw-r--r--theme/default/html/post/item.php2
-rw-r--r--theme/default/html/post/list.php2
-rw-r--r--theme/default/html/post/main.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/theme/default/html/post/item.php b/theme/default/html/post/item.php
index e0d49bd..6f68d79 100644
--- a/theme/default/html/post/item.php
+++ b/theme/default/html/post/item.php
@@ -17,4 +17,4 @@
<blockquote cite="<?=$POST['URL']?>">
<?=$POST['BODY']['HTML']()?>
</blockquote>
-</article> \ No newline at end of file
+</article>
diff --git a/theme/default/html/post/list.php b/theme/default/html/post/list.php
index f16fd52..37fca86 100644
--- a/theme/default/html/post/list.php
+++ b/theme/default/html/post/list.php
@@ -16,4 +16,4 @@
<?php endforeach; ?>
</div>
-<?=$PAGINATION['HTML']?> \ No newline at end of file
+<?=$PAGINATION['HTML']?>
diff --git a/theme/default/html/post/main.php b/theme/default/html/post/main.php
index b84fc63..4b84ed9 100644
--- a/theme/default/html/post/main.php
+++ b/theme/default/html/post/main.php
@@ -31,4 +31,4 @@ $time = "<time datetime=\"{$POST['ATTR']['TIME_INSERT']}\" title=\"".parseDateti
<div><a class="disabled"><i class="fa fa-arrow-right"></i></a></div>
<?php endif; ?>
-</section> \ No newline at end of file
+</section>