diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index 223248fe2f..97e977a42b 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -1172,7 +1172,7 @@ class parse_message extends bbcode_firstpass
{
// (assertion)
$match[] = '#(?<=^|[\n .])' . preg_quote($row['code'], '#') . '#';
- $replace[] = '';
+ $replace[] = '
';
}
$db->sql_freeresult($result);
}
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 7a1e7ae79f..494671dff8 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -185,7 +185,7 @@