From 2eba22f4ccb0015cbee8bd3a036c83b9b9ca1a43 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Fri, 14 Dec 2001 21:13:15 +0000 Subject: [PATCH] Added empty line under block of quoted msg when replying git-svn-id: file:///svn/phpbb/trunk@1575 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }