From 68a2d89cba746d75bd619531be6af9a2d16e1870 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 29 Oct 2009 17:43:31 +0100 Subject: [PATCH] CGI: ssh key wrap=off --- cgi/edituser.cgi | 2 +- cgi/reguser.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/edituser.cgi b/cgi/edituser.cgi index 03b2305..09a3f79 100755 --- a/cgi/edituser.cgi +++ b/cgi/edituser.cgi @@ -81,7 +81,7 @@ The code will expire in 24 hours or after you have used it.

"; my $fields = ''; my $keys = $cgi->param('keys') || ''; if ($keys) { - $fields = "

Public SSH key(s):

\n"; + $fields = "

Public SSH key(s):

\n"; } my $auth = $repo->wparam('auth'); diff --git a/cgi/reguser.cgi b/cgi/reguser.cgi index 3ef39ed..5bf67e1 100755 --- a/cgi/reguser.cgi +++ b/cgi/reguser.cgi @@ -55,7 +55,7 @@ and no content that would violate any law of Czech Republic. Have fun!

Login:

Email:

-

Public SSH key(s):

+

Public SSH key(s):

Anti-captcha (leave empty!):

-- 2.11.4.GIT