diff --git a/pyramid_openapi3/static/index.html b/pyramid_openapi3/static/index.html
index 568e9ad..3bae426 100644
--- a/pyramid_openapi3/static/index.html
+++ b/pyramid_openapi3/static/index.html
@@ -78,7 +78,7 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl,
],
- };
+ });
const oauthConfig = ${oauth_config};
// Build a system
const ui = SwaggerUIBundle(uiConfig);