Nim icon indicating copy to clipboard operation
Nim copied to clipboard

Fix self-closing xhtml tags

Open arkt8 opened this issue 1 year ago • 1 comments

Those three tags at xhtml header were preventing some Webkit browsers (and perhaps others) from rendering content.

Tested with WebkitGtk on Luakit

arkt8 avatar Jan 30 '24 02:01 arkt8

You need to update the test cases too. Via:

nim c -d:nimTestsNimdocFixup -r nimdoc/tester.nim

Araq avatar Jan 31 '24 20:01 Araq