1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 15:19:15 +00:00

feed editor: layout bug

This commit is contained in:
Andrew Dolgov
2006-03-20 11:32:55 +01:00
parent 70f6dbb10b
commit 991ee9e2b5

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