diff options
Diffstat (limited to 'install/static/certificate.js')
-rwxr-xr-x | install/static/certificate.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install/static/certificate.js b/install/static/certificate.js index 393983cf..35b9fdf5 100755 --- a/install/static/certificate.js +++ b/install/static/certificate.js @@ -89,8 +89,7 @@ function certificate_get_dialog(spec) { textarea.val( BEGIN_CERTIFICATE+'\n'+ that.usercertificate+'\n'+ - END_CERTIFICATE - ); + END_CERTIFICATE ); that.open = function() { dialog.dialog({ |