diff --git a/www/sheet.xsl b/www/sheet.xsl index 3778d48..7a93ce7 100644 --- a/www/sheet.xsl +++ b/www/sheet.xsl @@ -231,7 +231,7 @@
- + @@ -252,7 +252,7 @@ if (!/:html/.test(window.location.href)) for (var content of document.querySelectorAll(".desc,.content")) - content.innerHTML = (content.innerText.match(/>/g) || []).length > 10 ? content.innerText : content.innerHTML + content.innerHTML = (content.innerText.match(/>/g) || []).length > 3 ? content.innerText : content.innerHTML var options = parse_location()[0]