anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
437 stars 61 forks source link

Fix some HTML escaping problems #54

Closed andersk closed 4 years ago

andersk commented 4 years ago

Previously on https://www.arewelearningyet.com/metaheuristics/:

<title>Meta&amp;shy;heuristics</title>
           ^^^^^^^^^

<img src="…/argmin.svg?style=social&label=Star&maxAge=2592000">
                                   ^          ^

<a href="…&body=…category:+Meta&shy;heuristics+…" target="_blank">`
          ^                    ^^^^^
anowell commented 4 years ago

I opted to remove the soft-hyphen entirely (having only the non-html title field), but I did take other HTML escaping fixes in 6db0408.