summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/keys/new.html.haml')
-rw-r--r--app/views/profiles/keys/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/new.html.haml b/app/views/profiles/keys/new.html.haml
index 2bf207a3221..11166dc6d99 100644
--- a/app/views/profiles/keys/new.html.haml
+++ b/app/views/profiles/keys/new.html.haml
@@ -9,7 +9,7 @@
$('#key_key').on('focusout', function(){
var title = $('#key_title'),
val = $('#key_key').val(),
- comment = val.match(/^\S+ \S+ (.+)$/);
+ comment = val.match(/^\S+ \S+ (.+)\n?$/);
if( comment && comment.length > 1 && title.val() == '' ){
$('#key_title').val( comment[1] );