diff --git a/ietf/templates/doc/document_top.html b/ietf/templates/doc/document_top.html
index 9be668f5e..b0e37e2d0 100644
--- a/ietf/templates/doc/document_top.html
+++ b/ietf/templates/doc/document_top.html
@@ -2,10 +2,10 @@
{% load ietf_filters %}
{{ doc.title }}
{{ name }}
-
\ No newline at end of file
diff --git a/ietf/templates/group/group_base.html b/ietf/templates/group/group_base.html
index b3e5e9a5f..97da3043f 100644
--- a/ietf/templates/group/group_base.html
+++ b/ietf/templates/group/group_base.html
@@ -25,10 +25,10 @@
{% endif %}
-
+
{% for name, url in menu_entries %}
- -
- {{ name }}
+
-
+
{% endfor %}
@@ -50,4 +50,4 @@
{% block js %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/iesg/agenda.html b/ietf/templates/iesg/agenda.html
index 3421d02b4..67237a9b3 100644
--- a/ietf/templates/iesg/agenda.html
+++ b/ietf/templates/iesg/agenda.html
@@ -24,12 +24,12 @@
IESG agenda: {{ date }}
-
-{% endblock content %}
+{% endblock content %}
\ No newline at end of file
diff --git a/ietf/templates/iesg/agenda_documents.html b/ietf/templates/iesg/agenda_documents.html
index c9f84fe6a..6717ad10b 100644
--- a/ietf/templates/iesg/agenda_documents.html
+++ b/ietf/templates/iesg/agenda_documents.html
@@ -16,12 +16,12 @@
{% origin %}
Documents on future IESG telechat agendas
-
- - IESG Agenda
- - Documents on future agendas
- - DISCUSS positions
- - Documents on recent agendas
- - IESG Photos
+
diff --git a/ietf/templates/iesg/discusses.html b/ietf/templates/iesg/discusses.html
index ad6239d8e..fca7ca13b 100644
--- a/ietf/templates/iesg/discusses.html
+++ b/ietf/templates/iesg/discusses.html
@@ -15,12 +15,12 @@
{% origin %}
IESG discuss positions
-
- - IESG Agenda
- - Documents on future agendas
- - DISCUSS positions
- - Documents on recent agendas
- - IESG Photos
+
@@ -90,5 +90,4 @@
}
});
-{% endblock %}
-
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/iesg/past_documents.html b/ietf/templates/iesg/past_documents.html
index 80f5be459..b9f7ce248 100644
--- a/ietf/templates/iesg/past_documents.html
+++ b/ietf/templates/iesg/past_documents.html
@@ -15,12 +15,12 @@
{% origin %}
Documents on recent agendas in states {% for state in states %}{{state.name}}{% if not forloop.last %}, {% endif %} {% endfor %}
-
- - IESG Agenda
- - Documents on future agendas
- - DISCUSS positions
- - Documents on recent agendas
- - IESG Photos
+
@@ -97,5 +97,4 @@
}
});
-{% endblock %}
-
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/iesg/photos.html b/ietf/templates/iesg/photos.html
index 4e8994446..a565717d4 100644
--- a/ietf/templates/iesg/photos.html
+++ b/ietf/templates/iesg/photos.html
@@ -18,12 +18,12 @@
{{ group_type | upper }} {{ role }} Photos
-
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/ipr/admin_list.html b/ietf/templates/ipr/admin_list.html
index 33dd53a06..8ea96bbad 100644
--- a/ietf/templates/ipr/admin_list.html
+++ b/ietf/templates/ipr/admin_list.html
@@ -14,12 +14,14 @@
Back to IPR Disclosure Page
-
+
{% include "ipr/ipr_table.html" %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/ipr/details_tabs.html b/ietf/templates/ipr/details_tabs.html
index 18b75f47c..6bf473ef4 100644
--- a/ietf/templates/ipr/details_tabs.html
+++ b/ietf/templates/ipr/details_tabs.html
@@ -1,7 +1,9 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
-
\ No newline at end of file
diff --git a/ietf/templates/liaisons/detail_tabs.html b/ietf/templates/liaisons/detail_tabs.html
index 56779b248..46cadb9ad 100644
--- a/ietf/templates/liaisons/detail_tabs.html
+++ b/ietf/templates/liaisons/detail_tabs.html
@@ -1,5 +1,7 @@
-
\ No newline at end of file
diff --git a/ietf/templates/liaisons/liaison_base.html b/ietf/templates/liaisons/liaison_base.html
index dad9ac465..3d3c21409 100644
--- a/ietf/templates/liaisons/liaison_base.html
+++ b/ietf/templates/liaisons/liaison_base.html
@@ -22,10 +22,10 @@
{% endif %}
-
+
{% for name, url in menu_entries %}
- -
- {{ name }}
+
-
+
{% endfor %}
@@ -56,4 +56,4 @@
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/meeting/interim_announce.html b/ietf/templates/meeting/interim_announce.html
index 29e58b1a8..04a89712a 100644
--- a/ietf/templates/meeting/interim_announce.html
+++ b/ietf/templates/meeting/interim_announce.html
@@ -15,10 +15,10 @@
Interim Meetings to be Announced
{% if menu_entries %}
-
+
{% for name, url in menu_entries %}
- -
- {{ name }}
+
-
+
{% endfor %}
@@ -54,4 +54,4 @@
{% block js %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/meeting/interim_pending.html b/ietf/templates/meeting/interim_pending.html
index 88c9e8b79..42117b422 100644
--- a/ietf/templates/meeting/interim_pending.html
+++ b/ietf/templates/meeting/interim_pending.html
@@ -15,10 +15,10 @@
Pending Interim Meetings
{% if menu_entries %}
-
+
{% for name, url in menu_entries %}
- -
- {{ name }}
+
-
+
{% endfor %}
@@ -56,4 +56,4 @@
{% block js %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/meeting/meeting_heading.html b/ietf/templates/meeting/meeting_heading.html
index 16c6fa7e8..8ad4fc0aa 100644
--- a/ietf/templates/meeting/meeting_heading.html
+++ b/ietf/templates/meeting/meeting_heading.html
@@ -29,53 +29,53 @@
{# tags with the agenda-link filterable classes will be updated with show/hide parameters #}
-
+
\ No newline at end of file
diff --git a/ietf/templates/meeting/room-view.html b/ietf/templates/meeting/room-view.html
index 74244e944..c0c258096 100644
--- a/ietf/templates/meeting/room-view.html
+++ b/ietf/templates/meeting/room-view.html
@@ -587,9 +587,9 @@
-
+
@@ -609,4 +609,4 @@
window.location.hash = e.target.hash;
})
-