Browse Source

Update mychannel_add.htm

develop
叙述、别离 6 days ago
parent
commit
11a4d55542
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/templets/mychannel_add.htm

+ 1
- 1
src/admin/templets/mychannel_add.htm View File

@@ -84,7 +84,7 @@
$dsql->Execute();
while($row3 = $dsql->GetObject())
{
echo "<label><input type='radio' name='usertype' value=".$row3->name."> ".$row3->name."</label>";
echo "<label><input type='radio' name='usertype' value=".$row3->name."> ".$row3->name."</label> ";
}
?>
<label><input type="radio" name="usertype" checked> 不限</label>


Loading…
Cancel
Save