diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/privmsg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 7ff10ab514..949d8dc20e 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -1290,7 +1290,7 @@ else if( $submit || $refresh || $mode != "" ) $msg_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'], $board_config['board_timezone']); - $privmsg_message = "[quote=\"" . $to_username . "\"]\n" . $privmsg_message . "\n[/quote]"; + $privmsg_message = "[quote=\"" . $to_username . "\"]\n" . $privmsg_message . "\n[/quote]\n"; $mode = "reply"; } |