diff --git a/src/templates/pad.html b/src/templates/pad.html
index 8afffce16..96dcd8f27 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -395,7 +395,7 @@
requirejs.config({
baseUrl: baseURL + "static/plugins",
-paths: {'underscore': baseURL + "static/plugins/underscore/underscore"}
+ paths: {'underscore': baseURL + "static/plugins/underscore/underscore"},
});
requirejs(["ep_etherpad-lite/static/js/rjquery", 'ep_etherpad-lite/static/js/pluginfw/client_plugins'], function ($, plugins) {