Ungültiges HTML vom Ende des <style> Bereiches entfernt

This commit is contained in:
Matthias Grief
2024-11-17 21:04:17 +01:00
parent 379718f69e
commit 49abdc83e7

View File

@@ -297,8 +297,6 @@ if(!isset($topicData)) {
}
/* Add this CSS to your existing styles */
document.head.insertAdjacentHTML('beforeend', `
<style>
mark {
background-color: rgba(124, 58, 237, 0.2);
color: inherit;
@@ -311,8 +309,6 @@ if(!isset($topicData)) {
background-color: rgba(124, 58, 237, 0.4);
}
</style>
`);
</style>
</head>
<body>
<!-- Left Sidebar -->