fix(rices): remove duplicate comment in HTML response

This commit is contained in:
mr. M 2024-12-30 07:51:10 +01:00
parent d5f39678c4
commit 49b7ba2c78
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -73,6 +73,7 @@ export class RicesController {
<title>Zen Rice - ${riceMetadata.name}</title>
</head>
<body>
<!-- Body content is intentionally left blank -->
<script defer>
document.addEventListener('DOMContentLoaded', () => {
/* Set time out so the meta tag is set after the next DOM repaint */
@ -83,7 +84,6 @@ export class RicesController {
});
});
</script>
<!-- Body content is intentionally left blank -->
</body>
</html>`;