From efa7da6c1ca3c19f1cecbdfdb465ea4556b3bfb6 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 17 Dec 2007 03:41:22 +0000 Subject: [PATCH] layout git-svn-id: file:///home/shish/svn/shimmie2/trunk@663 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/ban_words/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }