mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue