From 0a1e361d771b538f0903115af3b5cb5ffe25cddd Mon Sep 17 00:00:00 2001 From: eggy <eggy@localhost> Date: Sun, 23 Jul 2017 16:19:14 +0200 Subject: [PATCH] Forenuebersicht lastpost zweizeilig --- template/forumlist_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/forumlist_body.html b/template/forumlist_body.html index 621e226..8191c64 100644 --- a/template/forumlist_body.html +++ b/template/forumlist_body.html @@ -89,7 +89,7 @@ <dfn>{L_LAST_POST}</dfn> <!-- IF forumrow.S_DISPLAY_SUBJECT --> <!-- EVENT forumlist_body_last_post_title_prepend --> - <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br /> + <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <!-- ENDIF --> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} <!-- IF not S_IS_BOT --> -- 2.39.5