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:
David Anderson 2018-10-15 15:18:29 -07:00
parent 3b9c9f9155
commit 9e881e54f0
1 changed files with 2 additions and 2 deletions

View File

@ -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>",