From: Julien Déramond Date: Mon, 19 May 2025 19:52:34 +0000 (+0200) Subject: Fix HTML head content built from 'Download examples' button (#41468) X-Git-Tag: v5.3.7~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5b9f3714923c1848c2e8f1f3a296b04f1fad8e5;p=thirdparty%2Fbootstrap.git Fix HTML head content built from 'Download examples' button (#41468) --- diff --git a/build/zip-examples.mjs b/build/zip-examples.mjs index e2b5245f19..03995efd53 100644 --- a/build/zip-examples.mjs +++ b/build/zip-examples.mjs @@ -88,9 +88,9 @@ for (const file of sh.find(`${distFolder}/**/*.html`)) { .toString() .replace(new RegExp(`"/docs/${versionShort}/`, 'g'), '"../') .replace(/"..\/dist\//g, '"../assets/dist/') - .replace(/(/g, '$1>') - .replace(/(') - .replace(/( +)