jamesdabbs / pi-base.hs

A Haskell-powered modernization of Counterexamples in Topology
MIT License
39 stars 5 forks source link

fixed urlencoding of quotes (to validate as html5) #45

Closed konradvoelkel closed 9 years ago

konradvoelkel commented 10 years ago

Quotes were escaped with " (html encoding) while they should be escaped with %22 (url encoding). This prevented pi-base from being validated by the W3C validator as valid HTML5.