houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 402 forks source link

Fix HTML validation errors #1815

Closed tysongach closed 4 years ago

tysongach commented 4 years ago

Resolves two HTML validation errors:

  1. Element meta is missing one or more of the following attributes: http-equiv, itemprop, name, property.
  2. Bad value https://twitter.com/share?text=@houndci &url="" for attribute href on element a: Illegal character in query: space is not allowed.

Screen Shot 2020-08-11 at 15 26 02