Remove unnecessary spaces at the end of HTML tag.
This commit is contained in:
parent
1b85c275e2
commit
45f4e2d169
5 changed files with 16 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue