diff --git a/src/gui/src/UI/UIWindowSignup.js b/src/gui/src/UI/UIWindowSignup.js
index d69d60abe..2e36b14c2 100644
--- a/src/gui/src/UI/UIWindowSignup.js
+++ b/src/gui/src/UI/UIWindowSignup.js
@@ -35,7 +35,7 @@ function UIWindowSignup (options) {
let h = '';
h += '
';
// logo
- h += ``;
+ h += ``;
// close button
if ( !options.has_head && options.show_close_button !== false )
{
@@ -43,7 +43,7 @@ function UIWindowSignup (options) {
}
// Form
- h += '
';
+ h += '
';
// title
h += `
${i18n('create_free_account')}
`;
@@ -57,12 +57,12 @@ function UIWindowSignup (options) {
h += ``;
h += '
';
// email
- h += '
';
+ h += '
';
h += ``;
h += ``;
h += '
';
// password
- h += '
';
+ h += '
';
h += ``;
h += ``;
// show/hide icon
@@ -71,7 +71,7 @@ function UIWindowSignup (options) {
`;
h += '
';
// confirm password
- h += '
';
+ h += '
';
h += ``;
h += ``;
// show/hide icon
@@ -99,7 +99,7 @@ function UIWindowSignup (options) {
h += '