From 42d7bcf14287599667a015966c3766e71cc4d9a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kr=C3=BCger?= Date: Wed, 30 Nov 2011 05:32:00 +0100 Subject: [PATCH] edituser.cgi: add a wrap="off" to the textarea we're actually showing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- cgi/edituser.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/edituser.cgi b/cgi/edituser.cgi index 7066575..52b09fa 100755 --- a/cgi/edituser.cgi +++ b/cgi/edituser.cgi @@ -111,7 +111,7 @@ EOT # Otherwise pre-fill keys $keys = $user->{keys}; - $fields = "

Public SSH key(s):

\n"; + $fields = "

Public SSH key(s):

\n"; print "

Authorization code validated (for now).

You can paste multiple keys in the box below, each on a separate line. -- 2.11.4.GIT