Skip to content

Commit 6865732

Browse files
committed
Fixed newly introduced html errors in agenda.html.
- Legacy-Id: 9834
1 parent e8d8ada commit 6865732

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/meeting/meeting_heading.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ <h1>
99
{{ meeting.end_date|date:"F " }}
1010
{% endif %}
1111
{{ meeting.end_date|date:"j, Y" }}
12-
<div class="pull-right">
12+
<span class="pull-right">
1313
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
14-
</>
14+
</span>
1515

1616
</small>
1717

static/css/ietf.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ td.ad div { border-bottom: solid #ccc 1px; }
401401

402402
.adname { padding-bottom: .5em; line-height: 1em;}
403403

404-
h1 .small .pull-right { line-height: normal }
404+
h1 small .pull-right { margin-top: 10.5px; }

0 commit comments

Comments
 (0)