diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 22:17:14 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 22:17:14 +0200 |
| commit | 2f0d11ba3c28f27e535988de2a8d08f7b17aef92 (patch) | |
| tree | 6f420430011a90e64d73ff858182206469f3714c /phpBB/posting.php | |
| parent | 073f3e6fdc5af190db85b6cdefd418af4312af9f (diff) | |
| download | forums-2f0d11ba3c28f27e535988de2a8d08f7b17aef92.tar forums-2f0d11ba3c28f27e535988de2a8d08f7b17aef92.tar.gz forums-2f0d11ba3c28f27e535988de2a8d08f7b17aef92.tar.bz2 forums-2f0d11ba3c28f27e535988de2a8d08f7b17aef92.tar.xz forums-2f0d11ba3c28f27e535988de2a8d08f7b17aef92.zip | |
[ticket/13901] Add more whitespace to long quotes for readability
PHPBB3-13901
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 1c7b756fc2..4f4c6cd373 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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 { |
