> Removes two extraneous ` (backtick) characters. > Applies quoting around URLs used as the values of href attributes. > (the / (slash) character needs to be quoted in attributes)
Committed, thanks. I don't think the / needs to be quoted, but I took that part anyway for consistency with the rest of the page. >From >https://html.spec.whatwg.org/multipage/introduction.html#intro-early-example The attribute value can remain unquoted if it doesn't contain ASCII whitespace or any of " ' ` = < or >.
