From b521e5d2d09993f76c5f457369ba263e6635bdd6 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 14 Dec 2024 15:25:28 +0700 Subject: [PATCH] Update init_bb.php --- library/includes/init_bb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/init_bb.php b/library/includes/init_bb.php index ca80bb1d0..5472c388d 100644 --- a/library/includes/init_bb.php +++ b/library/includes/init_bb.php @@ -332,7 +332,7 @@ function send_no_cache_headers() } /** - * Converts "
" tags to "\n" line breaks + * Converts "
" / "
" tags to "\n" line breaks * * @param string $string * @return string