From 5546cc5e7be8d085e204857df610bb3395779a49 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 4 Mar 2021 14:54:17 -0500 Subject: [PATCH] CSS: Delete bogus `` tag Browsers report an error with this tag. Strangely, this tag has existed since Etherpad's very first commit. --- src/static/js/ace.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 57ccde13e..0d273b85b 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -215,7 +215,6 @@ const Ace2Editor = function () { const pluginNames = pluginUtils.clientPluginNames(); outerHTML.push( '', - '', scriptTag(outerScript), '', '',