diff options
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 c6a70d5372..7be2c1512b 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1040,7 +1040,7 @@ if( $submit && $mode != "vote" ) { $error_msg .= "<br />"; } - $error_msg .= $lang['Bad_username']; + $error_msg .= $lang['Invalid_username']; } } else @@ -2358,7 +2358,7 @@ else $msg_date = create_date($board_config['default_dateformat'], $postrow['post_time'], $board_config['board_timezone']); - $post_message = "[quote=" . $post_username . "]\n" . $post_message . "\n[/quote]"; + $post_message = "[quote=\"" . $post_username . "\"]\n" . $post_message . "\n[/quote]"; $mode = "reply"; } |
