mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 17:05:40 +02:00
fix(rices): remove duplicate comment in HTML response
This commit is contained in:
parent
d5f39678c4
commit
49b7ba2c78
1 changed files with 1 additions and 1 deletions
|
@ -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>`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue