diff --git a/source/app/metrics/metadata.mjs b/source/app/metrics/metadata.mjs
index 54ca9756..7c9f58a1 100644
--- a/source/app/metrics/metadata.mjs
+++ b/source/app/metrics/metadata.mjs
@@ -335,7 +335,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
//Header table
const header = [
"
",
- ` | ← Back to plugins index |
`,
+ ' | ← Back to plugins index |
',
` ${meta.name} |
`,
` | ${marked.parse(meta.description ?? "", {silent: true})} |
`,
meta.authors?.length ? `| Authors | ${[meta.authors].flat().map(author => `@${author}`)} |
` : "",
@@ -463,7 +463,7 @@ metadata.template = async function({__templates, name, plugins}) {
//Header table
const header = [
"