1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Merge pull request #3669 from s9e/ticket/13901

[ticket/13901] Add more whitespace to long quotes for readability
This commit is contained in:
Tristan Darricau
2015-06-24 16:34:53 +02:00
6 changed files with 29 additions and 7 deletions

View File

@@ -1604,10 +1604,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
{