浏览代码

Added missing [

philippe_mingo 23 年之前
父节点
当前提交
85d057a57e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>]'.
                  '</small></td><td><small>'.
                  "[<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])) {
                 echo "<a href=\"options.php?theid=$i&action=move_down\">" . _("Down") . '</a>';