aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-11 12:34:12 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-07-11 12:34:12 +0200
commit95c88e9099c7721d4436233f8d6649a10ce70c06 (patch)
tree0d93a0aedd08a76781c7c4e0ab09fca980a6d85b /phpBB/styles
parentfe66f53b0a2399e2fbf08930269c217ddb80702b (diff)
downloadforums-95c88e9099c7721d4436233f8d6649a10ce70c06.tar
forums-95c88e9099c7721d4436233f8d6649a10ce70c06.tar.gz
forums-95c88e9099c7721d4436233f8d6649a10ce70c06.tar.bz2
forums-95c88e9099c7721d4436233f8d6649a10ce70c06.tar.xz
forums-95c88e9099c7721d4436233f8d6649a10ce70c06.zip
[ticket/9657] Add new line after opening diff
PHPBB3-9657
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html6
1 files 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 @@
<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
- <div class="notice post_deleted_msg">{postrow.DELETED_MESSAGE}
+ <div class="notice post_deleted_msg">
+ {postrow.DELETED_MESSAGE}
<!-- IF postrow.DELETE_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.DELETE_REASON}</em><!-- ENDIF -->
</div>
<!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
- <div class="notice">{postrow.EDITED_MESSAGE}
+ <div class="notice">
+ {postrow.EDITED_MESSAGE}
<!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
</div>
<!-- ENDIF -->