mirror of https://github.com/BOINC/boinc.git
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:
parent
fc0ddc1d0d
commit
ed032e15c1
|
@ -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>",
|
||||
|
|
Loading…
Reference in New Issue