mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 06:06:13 +02:00
CSS: Delete bogus <link> tag
Browsers report an error with this tag. Strangely, this tag has existed since Etherpad's very first commit.
This commit is contained in:
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…
x
Reference in New Issue
Block a user