From 15ee328a64a3a124585c5d12d9b977aaa694218f Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 10 May 2004 17:02:03 +0000 Subject: [PATCH] fixed frame target http://www.w3.org/TR/html4/types.html#type-frame-target git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7424 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/bug_report/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php index 793f0e70..5e77776e 100644 --- a/plugins/bug_report/setup.php +++ b/plugins/bug_report/setup.php @@ -87,7 +87,7 @@ function bug_report_options() { echo ' /> ' . _("Show button in toolbar") . "\n"; echo '' . - '' . _("Show system specs") . ''; + '' . _("Show system specs") . ''; } ?> -- 2.25.1