From 699aec77e0b9f66ef53f7da8a4828cba4cb86e6c Mon Sep 17 00:00:00 2001 From: Armin Samii Date: Tue, 10 Sep 2024 14:16:32 -0400 Subject: [PATCH] additional embed fixes for wordpress --- static/visualizer/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/visualizer/common.js b/static/visualizer/common.js index 8b6d51b2..985e9a02 100644 --- a/static/visualizer/common.js +++ b/static/visualizer/common.js @@ -13,7 +13,7 @@ function makeEmbeddedIframeTag(iframeUrl) { iframe.height = height + 'px'; }, false); contentWindow.postMessage({getSize: true, key: key}, '*'); - "/> + "> `; return text; }