]> git.wh0rd.org - tt-rss.git/commitdiff
user editor: fix typo
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 18 May 2008 07:40:32 +0000 (08:40 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 18 May 2008 07:40:32 +0000 (08:40 +0100)
modules/pref-users.php

index 6baa5e7615cd52b0a56f806582ccd4c83d85a921..d8f882f18d99f4d72593515f03fdb20539a760ba 100644 (file)
                        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>";