Skip to content

Commit c2cba85

Browse files
authored
fix: Fix a regression in ietf-tools#3625 (ietf-tools#3656)
Tag closed incorrectly.
1 parent 52969ae commit c2cba85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<div class="small text-muted p-3">
120120
{% if version_num %}
121121
<a href="/release/about">About</a>
122-
<a href="https://github.com/ietf-tools/datatracker/">IETF Datatracker<a>
122+
<a href="https://github.com/ietf-tools/datatracker/">IETF Datatracker</a>
123123
<a href="/release/{{ version_num }}/">Version {{ version_num }}</a>
124124
{{ revision_date }}
125125
{% endif %}
@@ -152,4 +152,4 @@
152152
});
153153
</script>
154154
</body>
155-
</html>
155+
</html>

0 commit comments

Comments
 (0)