Correct error Tags
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-04-28 17:33:51 +02:00
parent 6a33b7df07
commit 995f1557bf
5 changed files with 6 additions and 5 deletions

2
dist/sigpro.js vendored
View File

@@ -555,7 +555,7 @@
// sigpro/tags.js
if (typeof window !== "undefined") {
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
window[tag] = (...args) => h(tag, ...args);
});
console.log("SigPro tags ready");
}

2
dist/sigpro.min.js vendored

File diff suppressed because one or more lines are too long