From 408d985f3822c402849e8c8ceedb52e7c2ca32e8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 10 Apr 2018 10:34:25 +0200 Subject: [PATCH] Small spacing improvement in enigma password prompt --- plugins/enigma/enigma.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index 86b21771c..8773e03f9 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -526,7 +526,7 @@ rcube_webmail.prototype.enigma_password_request = function(data) var ref = this, msg = this.get_label('enigma.enterkeypass'), myprompt = $('
'), - myprompt_content = $('
') + myprompt_content = $('

') .appendTo(myprompt), myprompt_input = $('').attr({type: 'password', size: 30}) .keypress(function(e) {