Fixes Ticket #662 - list items are now kept open to allow more than one line of content

svn path=/trunk/boinc/; revision=16081
This commit is contained in:
Janus B. Kristensen 2008-09-27 11:52:19 +00:00
parent fc0ddc1d0d
commit ed032e15c1
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ function bb2html($text) {
"<pre>\\1</pre>",
"<img src=\"http://\\2\">",
"<font color=\"\\1\">\\2</font>",
"\\1<li>\\2\n</li>\\3",
"\\1<li>\\2\n\\3",
"<span style=\"font-size: \\1px;\">\\2</span>",
"<div class=\"code\">\\1</div>",
"<a href=\"mailto:\\1\">\\1</a>",