diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-08-22 12:06:18 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-08-22 12:06:18 -0400 |
commit | aad986b4b5258306ef56944941797acfcfb34a81 (patch) | |
tree | f421045e6725606b272b28eb1c0cedd0e0208413 /docs | |
parent | be92e3783751b8bf1481dc81635e86b70977698a (diff) | |
download | meson-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')
-rw-r--r-- | docs/theme/extra/templates/navbar_links.html | 2 |
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"), \ |