diff --git a/system/classes/gltext.class.php b/system/classes/gltext.class.php index 964601757..eb588ac6d 100644 --- a/system/classes/gltext.class.php +++ b/system/classes/gltext.class.php @@ -303,7 +303,7 @@ public static function removeAllHTMLTagsAndAttributes($text) // http://www.bioinformatics.org/phplabware/forum/viewtopic.php?id=88 $config = [ 'elements' => '-*', - 'keep_bad' => 1, // See Issue #1000 - Was 0 but needed to change to 1 to keep our links (as we wrap them in <>) in our notification emails about users, comments, etc... + 'keep_bad' => 0, ]; $text = htmLawed($text, $config);