From 9fcefcdbd429efe8584b3fb119e117b8b727df15 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 10 Jul 2014 12:09:43 +0200 Subject: [PATCH] Small fix for webapp detection --- templates/layouts/default.html.ep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 605f236..a29fc7b 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -83,7 +83,8 @@ if (installationInstructions) { installationInstructions.style.display = "none"; } - } + } + }; } % end <%= content %>