summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-20 11:32:55 +0100
committerAndrew Dolgov <[email protected]>2006-03-20 11:32:55 +0100
commit991ee9e2b5cd12bccf89f5321756a5b4180981ed (patch)
treeba0c825704ac979e180cd3f8e54d5f4a1d61f4c6 /backend.php
parent70f6dbb10b5354500c7979d4f090f9a8ec9d3092 (diff)
feed editor: layout bug
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 75381cef9..9dae91381 100644
--- a/backend.php
+++ b/backend.php
@@ -2062,7 +2062,7 @@
$checked = "";
}
- print "<tr class='$row_class'><td>Options:</td>";
+ print "<tr class='$row_class'><td valign='top'>Options:</td>";
print "<td><input type=\"checkbox\" id=\"iedit_private\"
$checked><label for=\"iedit_private\">Hide from feed browser</label>";