mirror of https://github.com/BOINC/boinc.git
web: make list items break in forum tables.
For some reason they don't break by default, though normal text does.
This commit is contained in:
parent
3b9c9f9155
commit
9e881e54f0
|
@ -241,8 +241,8 @@ function bb2html($text, $export=false) {
|
|||
"<a href=\"http://\\2\" rel=\"nofollow\">http://\\2</a>",
|
||||
"<em>\\1 wrote:</em><blockquote>\\2</blockquote>",
|
||||
"<blockquote>\\1</blockquote>",
|
||||
"<ul>\\1</ul><p>",
|
||||
"<ol>\\1</ol><p>",
|
||||
"<ul style=\"word-break:break-all;\">\\1</ul><p>",
|
||||
"<ol style=\"word-break:break-all;\">\\1</ol><p>",
|
||||
"<img hspace=\"8\" class=\"img-responsive\" src=\"\\1\\2\"> ",
|
||||
"<img hspace=\"8\" width=400 src=\"\\1\\2\"> ",
|
||||
"<font color=\"\\1\">\\2</font>",
|
||||
|
|
Loading…
Reference in New Issue