From 8cc264b66c368ee7d803a845c0f4f487a6c7a609 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 24 Apr 2023 17:22:36 -0700 Subject: [PATCH] web: the BBCode processor has [github] tags. These probably don't need to exist but at least they should point to the right place. --- html/inc/text_transform.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inc/text_transform.inc b/html/inc/text_transform.inc index d5d5f31621..757419e814 100644 --- a/html/inc/text_transform.inc +++ b/html/inc/text_transform.inc @@ -224,7 +224,7 @@ function bb2html($text, $export=false) { "\\1", "\\1", "#\\1", - "\\1", + "\\1", ); } else { $htmltags = array ( @@ -251,7 +251,7 @@ function bb2html($text, $export=false) { "\\1", "\\1", "#\\1", - "\\1", + "\\1", ); }