Explorar o código

Slight cleanup to filter option page display.

thomppj %!s(int64=23) %!d(string=hai) anos
pai
achega
d37d8b7d41
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      plugins/filters/options.php

+ 2 - 2
plugins/filters/options.php

@@ -157,13 +157,13 @@
         if (isset($filters[$i + 1])) {
             echo "<a href=\"options.php?theid=$i&action=move_down\">" . _("Down") . '</a>';
             if ($i > 0) {
-                echo ' | ';
+                echo '&nbsp;|&nbsp;';
             }
         }
         if ($i > 0) {
             echo "<a href=\"options.php?theid=$i&action=move_up\">" . _("Up") . '</a>';
         }
-        echo ']</small></td><td> - ';
+        echo ']</small></td><td>-</td><td>';
         printf( _("If <b>%s</b> contains <b>%s</b> then move to <b>%s</b>"), _($filters[$i]['where']), $filters[$i]['what'], $fdr );
         echo '</td></tr>';