Merge pull request #249 from sir-sigurd/template-fixes
templates: close li tags
This commit is contained in:
commit
a47352e760
@ -6,4 +6,4 @@
|
|||||||
placeholder="{{label_contact_username}}"/>
|
placeholder="{{label_contact_username}}"/>
|
||||||
<button type="submit">{{label_add}}</button>
|
<button type="submit">{{label_add}}</button>
|
||||||
</form>
|
</form>
|
||||||
<li>
|
</li>
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
placeholder="{{label_contact_name}}"/>
|
placeholder="{{label_contact_name}}"/>
|
||||||
<button type="submit">{{label_search}}</button>
|
<button type="submit">{{label_search}}</button>
|
||||||
</form>
|
</form>
|
||||||
<li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user