& to & and 100% to "100%" again
authorbrong <brong@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 01:57:26 +0000 (01:57 +0000)
committerbrong <brong@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 01:57:26 +0000 (01:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2466 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/listcommands/setup.php
plugins/translate/options.php

index a437426fcaea590f0a3e64e40bff3e1683cd2756..8d90f187e44fb6b0c53174ffa124279d956aebc5 100644 (file)
@@ -74,14 +74,14 @@ function plugin_listcommands_menu() {
             if (($cmd == 'Post') || ($cmd == 'Owner')) {
                 $url = 'compose.php?';
             } else {
-                $url = "../plugins/listcommands/mailout.php?action=$cmd&";
+                $url = "../plugins/listcommands/mailout.php?action=$cmd&amp;";
             }
 
             $url .= 'mailbox=' . urlencode($mailbox)
-                  . '&send_to=' . $purl['path'];
+                  . '&amp;send_to=' . $purl['path'];
 
             if (isset($purl['query'])) {
-                $url .= '&' . $purl['query'];
+                $url .= '&amp;' . $purl['query'];
             }
             if ($compose_new_win == '1') {
                 $output[] = '<A HREF="' . $url . '" target="compose_window" onClick="comp_in_new()">' . $fieldsdescr[$cmd] . '</A>';
@@ -90,10 +90,10 @@ function plugin_listcommands_menu() {
                 $output[] = '<A HREF="' . $url . '">' . $fieldsdescr[$cmd] . '</A>';
             }
             if ($cmd == 'Post') {
-                $url .= '&reply_subj=' . urlencode($subject)
-                      . '&reply_id=' . $passed_id
-                      . '&ent_num=' . $ent_num
-                      . '&mailprio=' . $priority_level;
+                $url .= '&amp;reply_subj=' . urlencode($subject)
+                      . '&amp;reply_id=' . $passed_id
+                      . '&amp;ent_num=' . $ent_num
+                      . '&amp;mailprio=' . $priority_level;
             if ($compose_new_win == '1') {
                 $output[] = '<A HREF="' . $url . '" target="compose_window" onClick="comp_in_new()">' . $fieldsdescr['Reply'] . '</A>';
             }
index 97b861844bcab0409a35eec926923f779823c3df..497eee34877d89695aab3f5415201f4fb54e2a45 100644 (file)
@@ -90,7 +90,7 @@
 
 ?>
    <br>
-   <table width=100% align=center border=0 cellpadding=2 cellspacing=0><tr><td bgcolor="<?php echo $color[0] ?>">
+   <table width="100%" align=center border=0 cellpadding=2 cellspacing=0><tr><td bgcolor="<?php echo $color[0] ?>">
       <center><b><?php echo _("Options") . ' - '. _("Translator"); ?></b></center>
    </td></tr></table>