blurts-server icon indicating copy to clipboard operation
blurts-server copied to clipboard

Stray end tag `input`.

Open pdehaan opened this issue 1 year ago • 0 comments

  • 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

autofocus></input>↩    <
git grep -n "</input>" src | cat

src/views/partials/allBreaches.js:59:      <input id="breach-search" type="search" autofocus></input>

pdehaan avatar May 11 '23 23:05 pdehaan