From f2ba05970d267941fa36fc3581565c379a230c19 Mon Sep 17 00:00:00 2001 From: CI Date: Sun, 12 Feb 2023 15:42:35 +0000 Subject: [PATCH] Build 23 --- sitemap.xml.gz | Bin 264 -> 264 bytes support/index.html | 10 ++++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 12c381d4c88d0ea16081148d70c3f2faf3769e79..95068e520ce78e94d0bd1fb10c1a3e1d286186a9 100644 GIT binary patch delta 15 WcmeBR>R@7%@8;lm&ash=i4g!EV*`Ew delta 15 WcmeBR>R@7%@8;l8VB5&X#0UTxuL89I diff --git a/support/index.html b/support/index.html index e0571b0..3d8e0ad 100644 --- a/support/index.html +++ b/support/index.html @@ -520,12 +520,10 @@ const createAdmonition = (type, prefix, item) => { const element = document.createElement('div') element.innerHTML = `
-

- ${prefix} #${item.number} -

-

- ${item.title} -

+

+ ${prefix} #${item.number} +

+

${item.title}

` return element