diff --git a/system/templates/forum.new_post.html.twig b/system/templates/forum.new_post.html.twig
index 2af93d37d3..6220cddb9f 100644
--- a/system/templates/forum.new_post.html.twig
+++ b/system/templates/forum.new_post.html.twig
@@ -54,7 +54,7 @@
{% set i = 0 %}
{% for thread in threads %}
-
{{ thread.name }} | {{ thread.post|raw }} |
+ {{ thread.name }} | {{ thread.post|raw }} |
{% set i = i + 1 %}
{% endfor %}
-
\ No newline at end of file
+
diff --git a/system/templates/forum.show_thread.html.twig b/system/templates/forum.show_thread.html.twig
index 1255dac4c1..02873ee5b2 100644
--- a/system/templates/forum.show_thread.html.twig
+++ b/system/templates/forum.show_thread.html.twig
@@ -40,7 +40,7 @@ Page: {{ links_to_pages|raw }}
Posts: {{ post.author_posts_count }}
- {{ post.content|raw }} |
+ {{ post.content|raw }} |
{{ post.date|date('d.m.y H:i:s') }}
|