Browse Source

templates: close li tags

Sergey Fedoseev 10 năm trước cách đây
mục cha
commit
ea641607e3
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>