From b7e12b2431f5d2b032058c9d203eb600e18b8b2e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 31 Aug 2019 14:18:06 -0700 Subject: [PATCH] Web: fix bug in output of [list] BBcode --- html/inc/text_transform.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/html/inc/text_transform.inc b/html/inc/text_transform.inc index 02bc52bd4e0..8df556efc0a 100644 --- a/html/inc/text_transform.inc +++ b/html/inc/text_transform.inc @@ -241,8 +241,8 @@ function bb2html($text, $export=false) { "http://\\2", "\\1 wrote:
\\2
", "
\\1
", - "

", - "

    \\1

", + "

", + "

    \\1

", " ", " ", "\\2", @@ -265,6 +265,8 @@ function bb2html($text, $export=false) { $text = preg_replace($bbtags, $htmltags, $text); $i = $i + 1; } + $text = str_replace("