diff --git a/phpBB/language/en/help_bbcode.php b/phpBB/language/en/help_bbcode.php
index fb1caebd28..3f8d6875ca 100644
--- a/phpBB/language/en/help_bbcode.php
+++ b/phpBB/language/en/help_bbcode.php
@@ -60,7 +60,7 @@ $help = array(
),
array(
0 => 'Outputting code or fixed width data',
- 1 => 'If you want to output a piece of code or in fact anything that requires a fixed width, eg. Courier type font you should enclose the text in [code][/code] tags, eg.
[code]echo "This is some code";[/code]
All formatting used within [code][/code] tags is retained when you later view it.'
+ 1 => 'If you want to output a piece of code or in fact anything that requires a fixed width, eg. Courier type font you should enclose the text in [code][/code] tags, eg.
[code]echo "This is some code";[/code]
All formatting used within [code][/code] tags is retained when you later view it. PHP syntax highlighting can be enabled using [code=php][/code] and is recommended when posting PHP code samples as it improves readability.'
),
array(
0 => '--',