- Source: https://monitor.firefox.com/breaches - Linter: https://html5.validator.nu/?doc=https%3A%2F%2Fmonitor.firefox.com%2Fbreaches&showimagereport=yes > #### Stray end tag input. > >From line 81, column 57; to line 81, column 64 > ```html > autofocus></input>↩ < > ``` ```sh git grep -n "</input>" src | cat src/views/partials/allBreaches.js:59: <input id="breach-search" type="search" autofocus></input> ```