Really niche HTML bug in the main page I spotted

So I copied some code from website because I'm making a Snap themed page and I noticed that there's an unnecessary quotation mark in the font-awesome css link

<link rel="stylesheet" href="/static/style/fontawesome.min.css"">

It doesn't do anything (maybe messes up on some old browsers), but still thought I should point it out