LoungeCPP / loungesome-cpp

A list of a list of actually decent, actually used AND appreciated in the industry C++ libraries
http://loungecpp.github.io/loungesome-cpp
Creative Commons Zero v1.0 Universal
30 stars 0 forks source link

Bad entity escaping on the generated webpage #15

Closed milleniumbug closed 8 years ago

milleniumbug commented 8 years ago

Currently <chrono> is displayed as &lt;chrono&gt; on the site

nabijaczleweli commented 8 years ago

blergh

nabijaczleweli commented 8 years ago

I've traced the issue down to www.willpeavy.com/minifier replacing all instances of &lt; and &gt; with &amp;lt; and &amp;gt;