1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Fix broken JSON syntax.

This commit is contained in:
Simon Sapin 2011-06-01 13:06:54 +02:00 committed by root
parent 417a3d69ac
commit 7548483b6b

View file

@ -2,9 +2,9 @@
"name": "Radicale", "name": "Radicale",
"description": "CalDAV Server", "description": "CalDAV Server",
"menu": [ "menu": [
{"name": "News", "link": "/news/}, {"name": "News", "link": "/news/"},
{"name": "Documentation", "link": "/documentation/}, {"name": "Documentation", "link": "/documentation/"},
{"name": "Contribute", "link": "/contribute/}, {"name": "Contribute", "link": "/contribute/"},
{"name": "Download", "link": "/download/} {"name": "Download", "link": "/download/"}
] ]
} }