CSS: Delete bogus `<link>` tag

Browsers report an error with this tag. Strangely, this tag has
existed since Etherpad's very first commit.
pull/4924/head
Richard Hansen 2021-03-04 14:54:17 -05:00 committed by John McLear
parent 470f40d7db
commit 5546cc5e7b
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ const Ace2Editor = function () {
const pluginNames = pluginUtils.clientPluginNames();
outerHTML.push(
'<style type="text/css" title="dynamicsyntax"></style>',
'<link rel="stylesheet" type="text/css" href="data:text/css,"/>',
scriptTag(outerScript),
'</head>',
'<body id="outerdocbody" class="outerdocbody ', pluginNames.join(' '), '">',