diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 96f7629cf..0ac1e149a 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1735,7 +1735,7 @@ define([ tag: 'div', attributes: {'class': 'cp-user-menu-logo'}, content: h('span', [ - h('img', {src: '/customize/CryptPad_logo_grey.svg',alt: 'CryptPad logo',}), + h('img', {src: '/customize/CryptPad_logo_grey.svg',alt: 'CryptPad logo',}), // XXX hardcoded alt text? h('span.cp-user-menu-logo-text', "CryptPad") ]), });