mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 03:01:29 +00:00
fix checkbox label in feed editor
This commit is contained in:
@@ -1752,7 +1752,8 @@
|
|||||||
|
|
||||||
print "<tr class='$row_class'><td>Options:</td>";
|
print "<tr class='$row_class'><td>Options:</td>";
|
||||||
print "<td><input type=\"checkbox\" id=\"iedit_private\"
|
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 "</table>";
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user