ruhoh / ruhoh.rb

http://ruhoh.com
616 stars 69 forks source link

Unterminated <link> tags #298

Open opichon opened 9 years ago

opichon commented 9 years ago

The tags generated by ruhoh are unterminated

<link href="...">

instead of

<link href="..." />

This means that the page source is not valid XHTML, and if the page's DOCTYpe is set to "html", this causes errors when the site is deployed to AWS S3, for example.