From e2495a9f8823a05360bd81a68e240e2862aec59d Mon Sep 17 00:00:00 2001 From: jervfors Date: Fri, 21 May 2004 06:48:23 +0000 Subject: [PATCH] Fixed HTML bug git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7503 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/newmail/newmail_opt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index 53158f6b..a0971751 100644 --- a/plugins/newmail/newmail_opt.php +++ b/plugins/newmail/newmail_opt.php @@ -53,7 +53,7 @@ echo html_tag( 'p', sprintf(_("Use the %s option to only check for messages that are recent. Recent messages are those that have just recently showed up and have not been \"viewed\" or checked yet. This can prevent being continuously annoyed by sounds or popups for unseen mail."), '"'._("Count only messages that are RECENT").'"') ) . "\n" . html_tag( 'p', - sprintf(_("Selecting the %s option will change the title in some browsers to let you know when you have new mail (requires JavaScript, and only works in IE but you won't see errors with other browsers). This will always tell you if you have new mail, even if you have %s enabled."), 'quot;'._("Change title on supported browsers").'"', '"'._("Count only messages that are RECENT").'"') + sprintf(_("Selecting the %s option will change the title in some browsers to let you know when you have new mail (requires JavaScript, and only works in IE but you won't see errors with other browsers). This will always tell you if you have new mail, even if you have %s enabled."), '"'._("Change title on supported browsers").'"', '"'._("Count only messages that are RECENT").'"') ) . "\n"; if ($allowsound == "true") { echo html_tag( 'p', -- 2.25.1