From c98a8c6665c30ee9a4d8311c8d9f3a601e726a71 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 19 Feb 2008 16:42:31 +0000 Subject: [PATCH] - web: typo in bbcode.php svn path=/trunk/boinc/; revision=14762 --- html/user/bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/bbcode.php b/html/user/bbcode.php index 5897908789..00cddd90e5 100644 --- a/html/user/bbcode.php +++ b/html/user/bbcode.php @@ -16,10 +16,10 @@ row2_plain("[u]Underline[/u]", "Underline"); row2_plain("[size=15]Big text[/size]", "Big text"); row2_plain("[color=red]Red text[/color]", "Red text"); row2_plain("[url=http://google.com/]Google[/url]", "Google"); -row2_plain("[quote]Quoted[/quoted]", "use for quoted blocks of text"); +row2_plain("[quote]Quoted text[/quote]", "use for quoted blocks of text"); row2_plain("[img]http://example.com/pic.jpg[/img]", "use to display an image"); row2_plain("[code]Code snippet here[/code]", "use to display some code"); -row2_plain("[pre]Pre-formatted text here[/pre]", "use to display pre-formatted (usually monospaced) text"); +row2_plain("[pre]Pre-formatted text[/pre]", "use to display pre-formatted (usually monospaced) text"); row2_plain("[list]
* Item 1
*Item2
[/list]", ""); row2_plain("[trac]#1[/trac] or [trac]ticket:1[/trac]", "use to link to Trac ticket on BOINC website: #1");