Skip to content

Commit e58db5b

Browse files
committed
Merged in [9969] from lars@netapp.com:
Fix HTML error. - Legacy-Id: 10021 Note: SVN reference [9969] has been migrated to Git commit 39da058
1 parent 766e367 commit e58db5b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

ietf/templates/doc/ballot_popup.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
<!DOCTYPE html>{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
1+
<!doctype html>
2+
{# Copyright The IETF Trust 2015, All Rights Reserved #}
3+
{% load origin %}{% origin %}
24
{% load ietf_filters %}
5+
<html lang=en>
6+
<head>
7+
<meta charset=utf-8>
8+
<title>Ballot for {{ doc.name }}</title>
9+
</head>
10+
11+
<body>
312
<div class="modal-header">
413
<button type="button" class="close" data-dismiss="modal">
514
<span aria-hidden="true">&times;</span>
@@ -35,3 +44,5 @@ <h4 class="modal-title" id="modal-title-{{ ballot_id }}">Ballot for {{ doc.name
3544
{% endif %}
3645
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
3746
</div>
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)