diff --git a/system/templates/admin.news.form.html.twig b/system/templates/admin.news.form.html.twig index 53a1ff5f..db98e522 100644 --- a/system/templates/admin.news.form.html.twig +++ b/system/templates/admin.news.form.html.twig @@ -79,7 +79,7 @@
{% for id, cat in categories %} - + {% endfor %}
diff --git a/system/templates/news.archive.html.twig b/system/templates/news.archive.html.twig index 78aff0a9..9a30c896 100644 --- a/system/templates/news.archive.html.twig +++ b/system/templates/news.archive.html.twig @@ -9,7 +9,7 @@
- +
{{ news.date|date('j.n.Y') }} @@ -18,4 +18,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/system/templates/news.html.twig b/system/templates/news.html.twig index 2eb0b0ce..2eb26a1a 100644 --- a/system/templates/news.html.twig +++ b/system/templates/news.html.twig @@ -1,6 +1,6 @@
- +
{{ date|date(config.news_date_format) }} -
{{ title }}
{% if author is not empty %} @@ -20,4 +20,4 @@ {% endif %} -
\ No newline at end of file +
diff --git a/system/templates/news.tickers.html.twig b/system/templates/news.tickers.html.twig index a8825bba..e7d9ea95 100644 --- a/system/templates/news.tickers.html.twig +++ b/system/templates/news.tickers.html.twig @@ -5,11 +5,11 @@ {% set i = 0 %} {% for ticker in tickers %} - + {{ ticker.date|date("j M Y") }} {{ ticker.body|raw }} {% set i = i + 1 %} {% endfor %} -
\ No newline at end of file +
diff --git a/templates/kathrine/news.html.twig b/templates/kathrine/news.html.twig index 483960eb..17b0779e 100644 --- a/templates/kathrine/news.html.twig +++ b/templates/kathrine/news.html.twig @@ -1,7 +1,7 @@
- +
{{ date|date(config.news_date_format) }} -
{{ title }}
{% if author is not empty %} @@ -22,4 +22,4 @@ {% endif %} -
\ No newline at end of file +
diff --git a/templates/tibiacom/news.tickers.html.twig b/templates/tibiacom/news.tickers.html.twig index ab5139f7..c0cf1cdf 100644 --- a/templates/tibiacom/news.tickers.html.twig +++ b/templates/tibiacom/news.tickers.html.twig @@ -13,7 +13,7 @@ {% for ticker in tickers %}
-
+
{{ ticker.date|date("j M Y") }} - @@ -45,4 +45,4 @@
-
\ No newline at end of file +