From c2cba855d8b8ba9164c98f86fb7936e3dcd579fc Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 16 Mar 2022 16:32:58 +0200 Subject: [PATCH] fix: Fix a regression in #3625 (#3656) Tag closed incorrectly. --- ietf/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 959b6f98b..584b881e4 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -119,7 +119,7 @@
{% if version_num %} About - IETF Datatracker + IETF Datatracker Version {{ version_num }} {{ revision_date }} {% endif %} @@ -152,4 +152,4 @@ }); - + \ No newline at end of file