From 95c88e9099c7721d4436233f8d6649a10ce70c06 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Jul 2013 12:34:12 +0200 Subject: [PATCH] [ticket/9657] Add new line after opening diff PHPBB3-9657 --- phpBB/styles/prosilver/template/viewtopic_body.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 8366dc3d3e..a8bac42842 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -199,11 +199,13 @@
{L_DOWNLOAD_NOTICE}
-
{postrow.DELETED_MESSAGE} +
+ {postrow.DELETED_MESSAGE}
{L_REASON}{L_COLON} {postrow.DELETE_REASON}
-
{postrow.EDITED_MESSAGE} +
+ {postrow.EDITED_MESSAGE}
{L_REASON}{L_COLON} {postrow.EDIT_REASON}