diff --git a/www/support/ui.js b/www/support/ui.js index 7449e2e07..8451cf55c 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -326,7 +326,7 @@ Messages.support_addAttachment = "Add attachment"; // XXX if (!obj || !obj.name || !obj.href) { return; } var a = h('a', { href: '#' - }, obj.name) + }, obj.name); // XXX disallow remote URLs $(a).click(function (e) { e.preventDefault();