Browse Source

templates: close li tags

Sergey Fedoseev 10 years ago
parent
commit
ea641607e3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/templates/add_contact_form.html
  2. 1 1
      src/templates/search_contact.html

+ 1 - 1
src/templates/add_contact_form.html

@@ -6,4 +6,4 @@
             placeholder="{{label_contact_username}}"/>
         <button type="submit">{{label_add}}</button>
     </form>
-<li>
+</li>

+ 1 - 1
src/templates/search_contact.html

@@ -6,4 +6,4 @@
             placeholder="{{label_contact_name}}"/>
         <button type="submit">{{label_search}}</button>
     </form>
-<li>
+</li>