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 = [ "", - ` `, + ' ', ` `, ` `, meta.authors?.length ? `` : "", @@ -463,7 +463,7 @@ metadata.template = async function({__templates, name, plugins}) { //Header table const header = [ "
← Back to plugins index
← Back to plugins index

${meta.name}

${marked.parse(meta.description ?? "", {silent: true})}
Authors${[meta.authors].flat().map(author => `@${author}`)}
", - ` `, + ' ', ` `, ` `, " ",
← Back to templates index
← Back to templates index

${meta.name ?? "(unnamed template)"}

${marked.parse(meta.description ?? "", {silent: true})}