aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-30 14:01:40 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-30 14:01:40 +0000
commit55c63abec1614b15e39c7f87b2bb0bad130cc28a (patch)
tree92926cc4bb3352ca7804ff04075396953f311030
parentdc344b0b91e44c67f631acc7ce7275a4d54d493f (diff)
downloadforums-55c63abec1614b15e39c7f87b2bb0bad130cc28a.tar
forums-55c63abec1614b15e39c7f87b2bb0bad130cc28a.tar.gz
forums-55c63abec1614b15e39c7f87b2bb0bad130cc28a.tar.bz2
forums-55c63abec1614b15e39c7f87b2bb0bad130cc28a.tar.xz
forums-55c63abec1614b15e39c7f87b2bb0bad130cc28a.zip
#10321
Style "neutralised" reference regarding quotes git-svn-id: file:///svn/phpbb/trunk@7435 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/help_bbcode.php2
1 files changed, 1 insertions, 1 deletions
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.<ul><li>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 <strong>[quote=""][/quote]</strong> 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:<br /><br /><strong>[quote="Mr. Blobby"]</strong>The text Mr. Blobby wrote would go here<strong>[/quote]</strong><br /><br />The resulting output will automatically add, Mr. Blobby wrote: before the actual text. Remember you <strong>must</strong> include the parenthesis "" around the name you are quoting, they are not optional.</li><li>The second method allows you to blindly quote something. To utilise this enclose the text in <strong>[quote][/quote]</strong> tags. When you view the message it will simply show, Quote: before the text itself.</li></ul>'
+ 1 => 'There are two ways you can quote text, with a reference or without.<ul><li>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 <strong>[quote=""][/quote]</strong> 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:<br /><br /><strong>[quote="Mr. Blobby"]</strong>The text Mr. Blobby wrote would go here<strong>[/quote]</strong><br /><br />The resulting output will automatically add, Mr. Blobby wrote: before the actual text. Remember you <strong>must</strong> include the parenthesis "" around the name you are quoting, they are not optional.</li><li>The second method allows you to blindly quote something. To utilise this enclose the text in <strong>[quote][/quote]</strong> tags. When you view the message it will simply show the text within a quotation block.</li></ul>'
),
array(
0 => 'Outputting code or fixed width data',