Skip to content

Commit 6ee6b4b

Browse files
committed
Add missing "
- Legacy-Id: 3981
1 parent 0144bcd commit 6ee6b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/wgchairs/shepherd_document_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% load wgchairs_tags %}
22

3-
<tr class="{{ forloop.counter|divisibleby:2|yesno:"oddrow,evenrow" }}>
3+
<tr class="{{ forloop.counter|divisibleby:2|yesno:"oddrow,evenrow" }}">
44
<td class="title">
55
<a href="{% url doc_view doc.filename %}">{{ doc.title }}</a>
66
</td>

0 commit comments

Comments
 (0)