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
parent
470f40d7db
commit
5546cc5e7b
|
@ -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(' '), '">',
|
||||
|
|
Loading…
Reference in New Issue