markdown issue

This commit is contained in:
nobody 2021-02-02 17:12:37 -08:00
parent c32d8512cc
commit 10d50cedc0

View file

@ -1323,9 +1323,6 @@ function bbcode($Text, $options = []) {
// Replace any html brackets with HTML Entities to prevent executing HTML or script
// Don't use strip_tags here because it breaks [url] search by replacing & with amp
// experimental.... not yet working
// $Text = purify_html($Text);
$Text = str_replace("<", "&lt;", $Text);
$Text = str_replace(">", "&gt;", $Text);