fix checkbox label in feed editor
This commit is contained in:
parent
b92e620990
commit
88d9259a4e
1 changed files with 2 additions and 1 deletions
|
@ -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>";
|
||||||
|
|
Loading…
Reference in a new issue