From 7548483b6b8938002d6188a2d3405785fc001c82 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 1 Jun 2011 13:06:54 +0200 Subject: [PATCH] Fix broken JSON syntax. --- configuration | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration b/configuration index a01a56b6..f5be485d 100644 --- a/configuration +++ b/configuration @@ -2,9 +2,9 @@ "name": "Radicale", "description": "CalDAV Server", "menu": [ - {"name": "News", "link": "/news/}, - {"name": "Documentation", "link": "/documentation/}, - {"name": "Contribute", "link": "/contribute/}, - {"name": "Download", "link": "/download/} + {"name": "News", "link": "/news/"}, + {"name": "Documentation", "link": "/documentation/"}, + {"name": "Contribute", "link": "/contribute/"}, + {"name": "Download", "link": "/download/"} ] }