edituser.cgi: add a wrap="off" to the textarea we're actually showing
commit42d7bcf14287599667a015966c3766e71cc4d9a8
authorJan Krüger <jk@jk.gs>
Wed, 30 Nov 2011 04:32:00 +0000 (30 05:32 +0100)
committerJan Krüger <jk@jk.gs>
Wed, 30 Nov 2011 04:32:00 +0000 (30 05:32 +0100)
tree721c9e64ca22c16b99d3f30ad278f143c5cd0dcc
parentc4ea5d1a1f1403d54f64c56724edb11c00b69ba3
edituser.cgi: add a wrap="off" to the textarea we're actually showing

effef0514 added a wrap="off" to a textarea used for updating SSH keys,
but it was an instance of the textarea that only got displayed in very
rare cases. Add it to the instance where it truly counts.

Signed-off-by: Jan Krüger <jk@jk.gs>
cgi/edituser.cgi