Issue 12842: Use BBCode elements that are Markdown agnostic

This commit is contained in:
Michael 2023-03-21 20:32:34 +00:00
parent a63dc7a3d8
commit 9f11d189c8
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class HTML
self::tagToBBCode($doc, 'ul', [], "[ul]", "\n[/ul]");
self::tagToBBCode($doc, 'ol', [], "[ol]", "\n[/ol]");
self::tagToBBCode($doc, 'li', [], "\n[*]", "");
self::tagToBBCode($doc, 'li', [], "\n[li]", "[/li]");
self::tagToBBCode($doc, 'hr', [], "[hr]", "");