Fixed newly introduced html errors in agenda.html.

- Legacy-Id: 9834
This commit is contained in:
Henrik Levkowetz 2015-07-21 09:28:55 +00:00
parent e8d8ada124
commit 6865732b4f
2 changed files with 3 additions and 3 deletions

View file

@ -9,9 +9,9 @@
{{ meeting.end_date|date:"F " }} {{ meeting.end_date|date:"F " }}
{% endif %} {% endif %}
{{ meeting.end_date|date:"j, Y" }} {{ meeting.end_date|date:"j, Y" }}
<div class="pull-right"> <span class="pull-right">
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }} Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
</> </span>
</small> </small>

View file

@ -401,4 +401,4 @@ td.ad div { border-bottom: solid #ccc 1px; }
.adname { padding-bottom: .5em; line-height: 1em;} .adname { padding-bottom: .5em; line-height: 1em;}
h1 .small .pull-right { line-height: normal } h1 small .pull-right { margin-top: 10.5px; }