]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs: Fix Python syntax error in search
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Jun 2024 16:17:13 +0000 (16:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Jun 2024 16:17:13 +0000 (16:17 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/docs/search-results.html

index 3c7ba1548c46f82b9d2167cb026cb8559f1ebac6..2d1b9df7e5a7c7b5f99c1e29ba82b985bea35ed7 100644 (file)
@@ -4,8 +4,8 @@
 
 {% block head %}
        {% module OpenGraph(
-               title={{ _("IPFire Documentation - Search: '%s'") % q }},
-               description={{ _("Search Results for '%s'") % q }},
+               title=_("IPFire Documentation - Search: '%s'") % q,
+               description=_("Search Results for '%s'") % q,
        ) %}
 {% end block %}