Browse Source

Clean indentation

philippe_mingo 23 years ago
parent
commit
9a96e2f6b5
1 changed files with 6 additions and 6 deletions
  1. 6 6
      plugins/listcommands/setup.php

+ 6 - 6
plugins/listcommands/setup.php

@@ -94,12 +94,12 @@ function plugin_listcommands_menu() {
                       . '&reply_id=' . $passed_id
                       . '&ent_num=' . $ent_num
                       . '&mailprio=' . $priority_level;
-            if ($compose_new_win == '1') {
-                $output[] = '<A HREF="' . $url . '" target="compose_window" onClick="comp_in_new()">' . $fieldsdescr['Reply'] . '</A>';
-            }
-            else {
-                $output[] = '<A HREF="' . $url . '">' . $fieldsdescr['Reply'] . '</A>';
-            }
+                if ($compose_new_win == '1') {
+                    $output[] = '<A HREF="' . $url . '" target="compose_window" onClick="comp_in_new()">' . $fieldsdescr['Reply'] . '</A>';
+                }
+                else {
+                    $output[] = '<A HREF="' . $url . '">' . $fieldsdescr['Reply'] . '</A>';
+                }
             }
         } else if (eregi('^(http|ftp)', $url)) {
             $output[] = '<A HREF="' . $url . '" TARGET="_blank">'