More text replacement.

This commit is contained in:
Christian Bastian
2024-07-25 08:47:32 -04:00
parent 4bedbbd74f
commit cdc106e768

View File

@@ -3055,7 +3055,8 @@ async function getModelInfos(urlText) {
// <span></span>
.replace(/<[^>]+>/g, "") // quick hack
.replaceAll("&lt;", "<").replaceAll("&gt;", ">")
.replaceAll("&lte;", "<=").replaceAll("&gte;", ">=");
.replaceAll("&lte;", "<=").replaceAll("&gte;", ">=")
.replaceAll("&amp;", "&");
//console.log(description);
version["files"].forEach((file) => {
infos.push({