Remove unnecessary spaces at the end of HTML tag.

This commit is contained in:
Greg Burri 2025-05-06 22:35:40 +02:00
parent 1b85c275e2
commit 45f4e2d169
5 changed files with 16 additions and 8 deletions

View file

@ -49,7 +49,7 @@
</select>
<div id="container-tags">
<label for="input-tags" >{{ context.tr.t(Sentence::RecipeTags) }}</label>
<label for="input-tags">{{ context.tr.t(Sentence::RecipeTags) }}</label>
<span class="tags"></span>
<input
id="input-tags"