From e3f00166a72360a9e6306dd836a379a9bbb890df Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 19 Mar 2012 18:51:25 +0000 Subject: [PATCH] remove whitespace --- ext/mail/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mail/main.php b/ext/mail/main.php index fb3aec97..7d0ac454 100644 --- a/ext/mail/main.php +++ b/ext/mail/main.php @@ -10,7 +10,7 @@ class Mail extends Extension { public function onSetupBuilding(SetupBuildingEvent $event) { $sb = new SetupBlock("Mailing Options"); - $sb->add_text_option("mail_sub", "
Subject prefix: "); + $sb->add_text_option("mail_sub", "Subject prefix: "); $sb->add_text_option("mail_img", "
Banner Image URL: "); $sb->add_text_option("mail_style", "
Style URL: "); $sb->add_longtext_option("mail_fot", "
Footer (Use HTML)");