diff --git a/phpBB/language/en/help_bbcode.php b/phpBB/language/en/help_bbcode.php
index c692977358..a66e64aae9 100644
--- a/phpBB/language/en/help_bbcode.php
+++ b/phpBB/language/en/help_bbcode.php
@@ -56,7 +56,7 @@ $help = array(
),
array(
0 => 'Quoting text in replies',
- 1 => 'There are two ways you can quote text, with a reference or without.
- When you utilise the Quote function to reply to a post on the board you should notice that the post text is added to the message window enclosed in a [quote=""][/quote] block. This method allows you to quote with a reference to a person or whatever else you choose to put! For example to quote a piece of text Mr. Blobby wrote you would enter:
[quote="Mr. Blobby"]The text Mr. Blobby wrote would go here[/quote]
The resulting output will automatically add, Mr. Blobby wrote: before the actual text. Remember you must include the parenthesis "" around the name you are quoting, they are not optional. - The second method allows you to blindly quote something. To utilise this enclose the text in [quote][/quote] tags. When you view the message it will simply show, Quote: before the text itself.
'
+ 1 => 'There are two ways you can quote text, with a reference or without.- When you utilise the Quote function to reply to a post on the board you should notice that the post text is added to the message window enclosed in a [quote=""][/quote] block. This method allows you to quote with a reference to a person or whatever else you choose to put! For example to quote a piece of text Mr. Blobby wrote you would enter:
[quote="Mr. Blobby"]The text Mr. Blobby wrote would go here[/quote]
The resulting output will automatically add, Mr. Blobby wrote: before the actual text. Remember you must include the parenthesis "" around the name you are quoting, they are not optional. - The second method allows you to blindly quote something. To utilise this enclose the text in [quote][/quote] tags. When you view the message it will simply show the text within a quotation block.
'
),
array(
0 => 'Outputting code or fixed width data',