1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-25 19:30: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",
"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/"}
]
}