From: kink Date: Wed, 6 Apr 2005 21:30:36 +0000 (+0000) Subject: some html-fixes X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a74103ddb7785467df4aff77fbb9a59a8b294bb8 some html-fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9218 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/folder_manip.php b/functions/folder_manip.php index 68ffbbd3..4b4708fd 100644 --- a/functions/folder_manip.php +++ b/functions/folder_manip.php @@ -132,7 +132,7 @@ function folders_rename_getname ($imapConnection, $delimiter, $old) { '\n". '\n". '
'; - echo "\n\n"; + echo "\n\n\n\n"; sqimap_logout($imapConnection); exit; @@ -212,7 +212,7 @@ function folders_delete_ask ($imapConnection, $folder_name) addSubmit(_("No"), 'cancelbutton'). '


'; - echo "\n\n"; + echo "\n\n\n\n"; sqimap_logout($imapConnection); exit; diff --git a/plugins/listcommands/functions.php b/plugins/listcommands/functions.php index 7028ed2f..31906a2f 100644 --- a/plugins/listcommands/functions.php +++ b/plugins/listcommands/functions.php @@ -45,7 +45,7 @@ function plugin_listcommands_menu_do() { } else { $url = "plugins/listcommands/mailout.php?action=$cmd&"; } - $url .= 'send_to=' . strtr($act,'?','&'); + $url .= 'send_to=' . str_replace('?','&', $act); $output[] = makeComposeLink($url, $fieldsdescr[$cmd]); @@ -89,4 +89,4 @@ function listcommands_fieldsdescr() { 'help' => _("Help")); } -?> \ No newline at end of file +?> diff --git a/plugins/message_details/message_details_bottom.php b/plugins/message_details/message_details_bottom.php index 6eb88203..e2e93551 100644 --- a/plugins/message_details/message_details_bottom.php +++ b/plugins/message_details/message_details_bottom.php @@ -315,7 +315,7 @@ for ($i=1; $i < $count; $i++) { //$returnValue .= returnTime($start).'
'; $xtra = << +