splendido / meteor-accounts-meld

Meteor package to meld user accounts registered with the same email address, or associate many different 3rd-party login services with the same user account.
http://test-accounts-meld.meteor.com/
98 stars 26 forks source link

Close all <a> tags #27

Open adityamenon-iom opened 9 years ago

adityamenon-iom commented 9 years ago

Self-closing tags with /> is invalid in the HTML5 world. For example, it's just <br> and not <br /> anymore. But you need closing tags for anchors because a link has a beginning and an end (and anchors are used for both "anchoring" and "hyperlinking"). Made this PR because I got bothered by the weird way this package's documentation looks in the atmosphere.js repository :D