mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Added empty line under block of quoted msg when replying
git-svn-id: file:///svn/phpbb/trunk@1575 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
834ab6b948
commit
2eba22f4cc
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue