From 4891f60aa31188167b2b15bff63c0601c8d39274 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 2 Jul 2020 12:33:50 -0400 Subject: [PATCH] correctly render inline html in hyperscript --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 79addae86..2b0522a2f 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -2400,7 +2400,7 @@ define([ var content = h('p', [ Messages.fm_emptyTrashDialog, hasOwned ? h('br') : undefined, - hasOwned ? Messages.fm_emptyTrashOwned : undefined + hasOwned ? UI.setHTML(h('span'), Messages.fm_emptyTrashOwned) : undefined ]); var buttons = [{ className: 'cancel',