Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.65k stars 1.38k forks source link

[Beta site] Links are broken in Flexbox's Notes section #339

Closed jfsiii closed 11 years ago

jfsiii commented 11 years ago

The href has extra quote characters in the URL, like:

<p class="num-note">
  <span>1.</span> Only supports the 
  <a href="\&quot;http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/\&quot;">old flexbox specification</a>
</p>

which tries to load http://beta.caniuse.com/%22http://www.w3.org/TR/2009/WD-css3-flexbox-20090723//%22

Fyrd commented 11 years ago

Thanks for reporting, fixed now!