user editor: fix typo
This commit is contained in:
parent
1fb2d0d86f
commit
a0eb61b2f7
|
@ -331,7 +331,7 @@
|
|||
print "<td align='center'><input onclick='toggleSelectPrefRow(this, \"user\");'
|
||||
type=\"checkbox\" id=\"UMCHK-$uid\"></td>";
|
||||
|
||||
$onclick = "onclick='editUser($uid) title='".__('Click to edit')."''";
|
||||
$onclick = "onclick='editUser($uid)' title='".__('Click to edit')."'";
|
||||
|
||||
print "<td $onclick>" . $line["login"] . "</td>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue