nkoehring / 250kb-club

An exclusive members-only club for web pages weighing no more than 250kb. Inspired by Bredley Taunts 1MB.club
https://250kb.club
MIT License
103 stars 56 forks source link

Broken "<" symbol in page entries #440

Open rodarima opened 1 month ago

rodarima commented 1 month ago

The generator program seems to be writing &LT instead of &lt; in all pages:

https://github.com/nkoehring/250kb-club/blob/f53a2e3e35d170bd0ea355f53ddd68d753d3b078/public/dillo-browser-github-io/index.html#L1-L6

Which is rendered as-is in Dillo, as we don't "fix" websites like other browsers do:

250

Also you may want to open a paragraph <p> before the details block, so it begins in another line (Dillo doesn't implement the "hide" functionality of summary just yet).

nkoehring commented 1 month ago

Oh that is interesting. Seems like other browsers have some heuristics to deal with the broken markup, but weird that Zola produces this output at all. I added the paragraphs and will check how it looks like in Dillo. I have no idea (yet) how to fix the markup, though.