From 6779b102b9521c7ffb87d33d989f0895326995ac Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 7 Jun 2024 16:12:02 +0000 Subject: [PATCH] docs: Add missing {% end block %} tag Fixes: #13693 Signed-off-by: Michael Tremer --- src/templates/docs/diff.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/docs/diff.html b/src/templates/docs/diff.html index 0f1f23d4..f3785c2d 100644 --- a/src/templates/docs/diff.html +++ b/src/templates/docs/diff.html @@ -7,6 +7,7 @@ title=_("IPFire Documentation - Diff of %s" % page.title), description="View Differences in Revisions of: %s" % page.title, ) %} +{% end block %} {% block main %}
-- 2.47.3