Browse Source

Added missing [

philippe_mingo 23 years ago
parent
commit
85d057a57e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/filters/options.php

+ 1 - 1
plugins/filters/options.php

@@ -90,7 +90,7 @@
                  "[<a href=\"options.php?theid=$i&action=edit\">" . _("Edit") . '</a>]'.
                  "[<a href=\"options.php?theid=$i&action=edit\">" . _("Edit") . '</a>]'.
                  '</small></td><td><small>'.
                  '</small></td><td><small>'.
                  "[<a href=\"options.php?theid=$i&action=delete\">" . _("Delete") . '</a>]'.
                  "[<a href=\"options.php?theid=$i&action=delete\">" . _("Delete") . '</a>]'.
-                 '</small></td><td align=center><small>';
+                 '</small></td><td align=center><small>[';
 
 
             if (isset($filters[$i + 1])) {
             if (isset($filters[$i + 1])) {
                 echo "<a href=\"options.php?theid=$i&action=move_down\">" . _("Down") . '</a>';
                 echo "<a href=\"options.php?theid=$i&action=move_down\">" . _("Down") . '</a>';