1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 23:31:29 +00:00

fix checkbox label in feed editor

This commit is contained in:
Andrew Dolgov
2005-12-30 05:45:05 +01:00
parent b92e620990
commit 88d9259a4e

View File

@@ -1752,7 +1752,8 @@
print "<tr class='$row_class'><td>Options:</td>";
print "<td><input type=\"checkbox\" id=\"iedit_private\"
$checked> Hide from feed browser</td></tr>";
$checked><label for=\"iedit_private\">Hide from feed browser</label>
</td></tr>";
print "</table>";
print "</div>";