From aad9f39a9a0f1a0070e35421c1d9f026c8d18e38 Mon Sep 17 00:00:00 2001 From: Stavros Polymenis Date: Fri, 23 Dec 2016 19:27:52 +0000 Subject: [PATCH] empty quotation marks needed for correct parsing --- web.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.toml b/web.toml index 991e1f2..2a5118e 100644 --- a/web.toml +++ b/web.toml @@ -2,7 +2,7 @@ url = "http://localhost:3666/" port = 3666 stylesheets = [ "style.css" ] -uuid = +uuid = "" [templates] header = "share/html_templates/header.mustache"