From b23971a67b102217a77c0f888aec8c7b3eef56f0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 23 Mar 2013 11:08:02 +0100 Subject: [PATCH] cosmetic, nicer html output --- myslice/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myslice/config.py b/myslice/config.py index b8aabba9..9b5fb07d 100644 --- a/myslice/config.py +++ b/myslice/config.py @@ -6,4 +6,4 @@ class Config: # exporting these details to js @staticmethod def manifold_js_export (): - return "var MANIFOLD_URL = '%s';"%Config.manifold_url; + return "var MANIFOLD_URL = '%s';\n"%Config.manifold_url; -- 2.43.0