From: Michael Tremer Date: Fri, 7 Jun 2024 16:20:06 +0000 (+0000) Subject: docs: Fix Python syntax error on revisions page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f6bb05ab066f7f60854ac24200cb3a726084798;p=ipfire.org.git docs: Fix Python syntax error on revisions page Signed-off-by: Michael Tremer --- diff --git a/src/templates/docs/revisions.html b/src/templates/docs/revisions.html index 9a766092..1948a401 100644 --- a/src/templates/docs/revisions.html +++ b/src/templates/docs/revisions.html @@ -3,10 +3,9 @@ {% block title %}{{ _("Revisions of %s") % page.title }}{% end block %} {% block head %} - {% module OpenGraph( - title={{ _("IPFire Documentation - Revivions of %s") % page.title }}, - description={{ _("See Revisions of %s") % page.title }}, - ) %} + {% module OpenGraph( + title=_("IPFire Documentation - Revisions of %s") % page.title, + ) %} {% end block %} {% block main %}