From 5f75494fd15729f94af3122e10802686656418ed Mon Sep 17 00:00:00 2001 From: jervfors Date: Sun, 15 Aug 2004 02:03:39 +0000 Subject: [PATCH] XHTML fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7903 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/plugin.txt | 2 +- plugins/fortune/setup.php | 4 ++-- plugins/newmail/newmail_opt.php | 2 +- plugins/squirrelspell/modules/lang_setup.mod | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/plugin.txt b/doc/plugin.txt index e2aca7b9..032c3e22 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -404,7 +404,7 @@ options_identities_buttons function demo_identities_button(&$args) { return ''; + . '" value="Press Me" />'; } diff --git a/plugins/fortune/setup.php b/plugins/fortune/setup.php index 9cecbf44..ce5a284e 100644 --- a/plugins/fortune/setup.php +++ b/plugins/fortune/setup.php @@ -73,9 +73,9 @@ function fortune_options() { global $fortune_visible; echo "" . html_tag('td',_("Fortunes:"),'right','','nowrap') . "\n"; - echo ' " . _("Show fortunes at top of mailbox") . "\n"; } diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index a0971751..c0a3b2a6 100644 --- a/plugins/newmail/newmail_opt.php +++ b/plugins/newmail/newmail_opt.php @@ -156,7 +156,7 @@ if ($allowsound == "true") { html_tag( 'tr', "\n" . html_tag( 'td', _("Current File:"), 'right', '', 'nowrap' ) . html_tag( 'td', '' . + htmlspecialchars($media) . '" name="media_default" />' . htmlspecialchars($media_output) . '', 'left' ) ) . "\n"; } diff --git a/plugins/squirrelspell/modules/lang_setup.mod b/plugins/squirrelspell/modules/lang_setup.mod index d19afba6..f1a1d889 100644 --- a/plugins/squirrelspell/modules/lang_setup.mod +++ b/plugins/squirrelspell/modules/lang_setup.mod @@ -35,12 +35,12 @@ while (list($avail_lang, $junk) = each($SQSPELL_APP)){ $msg .= "\n"; $add .= "" . _($avail_lang) . "\n"; } -- 2.25.1