1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/13901] Add more whitespace to long quotes for readability

PHPBB3-13901
This commit is contained in:
JoshyPHP
2015-05-30 22:17:14 +02:00
parent 073f3e6fdc
commit 2f0d11ba3c
5 changed files with 23 additions and 6 deletions

View File

@@ -1598,10 +1598,10 @@ if ($generate_quote)
if ($config['allow_bbcode'])
{
$message_parser->message = $phpbb_container->get('text_formatter.utils')->generate_quote(
censor_text(trim($message_parser->message)),
censor_text($message_parser->message),
array('author' => $post_data['quote_username'])
);
$message_parser->message .= "\n";
$message_parser->message .= "\n\n";
}
else
{