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

This commit is contained in:
Matthias Grief
2024-11-17 21:04:17 +01:00
committed by Safak
parent 20cb8cd6ca
commit 59017cb38d

View File

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