From 77449760f6ee4cfb2a11b01a88cf3ed91dbd482e Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Sun, 12 Apr 2015 13:08:26 +0200 Subject: [PATCH] Indentation --- src/templates/pad.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {