Closed CyberShadow closed 9 years ago
Thanks
BTW, it was actually a bug, escaping was only done for backtick-code.
How can I try this fix? Can I put the commit hash in dub.json OSLT?
Commit hashes don't work yet, but you can use "~master"
, preferably in dub.selections.json, but dub.json will work, too. I'll create a new version tag tomorrow if nothing else comes up.
http://dlang.org/library/core/exception/object.factory.html
Note the line:
It appears that way in the HTML source, i.e. the
&
characters are not escaped.I'm guessing this is a bug, but it might also be that DDox is taking advantage of HTML5's lenient validation of unescaped entities, which make that line "valid" HTML5. If it's the latter case, could this be disabled for dlang.org, as it's making it difficult to validate the produced HTML?