diff --git a/contrib/ban_words/main.php b/contrib/ban_words/main.php index 9f6ef176..b85292a4 100644 --- a/contrib/ban_words/main.php +++ b/contrib/ban_words/main.php @@ -47,7 +47,7 @@ porn if(is_a($event, 'SetupBuildingEvent')) { $sb = new SetupBlock("Banned Phrases"); - $sb->add_label("One per line, lines that start with slashes are treated as regex"); + $sb->add_label("One per line, lines that start with slashes are treated as regex
"); $sb->add_longtext_option("banned_words"); $event->panel->add_block($sb); }