From be574b713e577a5a936613235db2d5a7ad697bc1 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 8 Oct 2016 12:10:03 +0100 Subject: [PATCH] Fixes #2588 --- editions/empty/tiddlywiki.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/empty/tiddlywiki.info b/editions/empty/tiddlywiki.info index 33d88c66f..6d8c58b97 100644 --- a/editions/empty/tiddlywiki.info +++ b/editions/empty/tiddlywiki.info @@ -17,7 +17,7 @@ "static": [ "--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain", "--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain", - "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain"], - "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain" + "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain", + "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"] } } \ No newline at end of file