aboutsummaryrefslogtreecommitdiff
path: root/docs/theme/extra
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-08-22 12:06:18 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-08-22 12:06:18 -0400
commitaad986b4b5258306ef56944941797acfcfb34a81 (patch)
treef421045e6725606b272b28eb1c0cedd0e0208413 /docs/theme/extra
parentbe92e3783751b8bf1481dc81635e86b70977698a (diff)
downloadmeson-aad986b4b5258306ef56944941797acfcfb34a81.zip
meson-aad986b4b5258306ef56944941797acfcfb34a81.tar.gz
meson-aad986b4b5258306ef56944941797acfcfb34a81.tar.bz2
Fix syntax error that broke the website
Regression in commit be92e3783751b8bf1481dc81635e86b70977698a
Diffstat (limited to 'docs/theme/extra')
-rw-r--r--docs/theme/extra/templates/navbar_links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html
index 71d4bce..b8b6179 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"), \