From aad986b4b5258306ef56944941797acfcfb34a81 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 22 Aug 2021 12:06:18 -0400 Subject: [PATCH] Fix syntax error that broke the website Regression in commit be92e3783751b8bf1481dc81635e86b70977698a --- docs/theme/extra/templates/navbar_links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html index 71d4bce30..b8b6179f7 100644 --- a/docs/theme/extra/templates/navbar_links.html +++ b/docs/theme/extra/templates/navbar_links.html @@ -15,7 +15,7 @@ ("Hotdoc-module.html","Hotdoc"), \ ("i18n-module.html","i18n"), \ ("Icestorm-module.html","Icestorm"), \ - ("Java-module.html","Java") \ + ("Java-module.html","Java"), \ ("Keyval-module.html","Keyval"), \ ("Pkgconfig-module.html","Pkgconfig"), \ ("Python-3-module.html","Python 3"), \