feed editor: layout bug

This commit is contained in:
Andrew Dolgov 2006-03-20 11:32:55 +01:00
parent 70f6dbb10b
commit 991ee9e2b5
1 changed files with 1 additions and 1 deletions

View File

@ -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>";