diff options
author | jahoti <jahoti@tilde.team> | 2021-08-17 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-08-17 00:00:00 +0000 |
commit | eaf888582a6190a40d068053d925705a2a0b1f60 (patch) | |
tree | eedea130ba2a928b22b2e7f01a803c88835d19c7 | |
parent | d104aaf3ebcddfbda495bdfe3ba3a905f75b936f (diff) | |
download | haketilo-fixes-demo-eaf888582a6190a40d068053d925705a2a0b1f60.tar.gz haketilo-fixes-demo-eaf888582a6190a40d068053d925705a2a0b1f60.zip |
Fix minor JSON errors
-rw-r--r-- | content/babc_aus/index.json | 4 | ||||
-rw-r--r-- | content/bstallman.org/index.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/content/babc_aus/index.json b/content/babc_aus/index.json index c0dbb0a..432cc67 100644 --- a/content/babc_aus/index.json +++ b/content/babc_aus/index.json @@ -2,7 +2,7 @@ "type" : "bag", "name" : "ABC Aus", "components" : [ -["script", "SParse layout generator"] +["script", "SParse layout generator"], ["script", "ABC Aus"] ] -}
\ No newline at end of file +} diff --git a/content/bstallman.org/index.json b/content/bstallman.org/index.json index 98effae..11f7d12 100644 --- a/content/bstallman.org/index.json +++ b/content/bstallman.org/index.json @@ -2,7 +2,7 @@ "type" : "bag", "name" : "stallman.org", "components" : [ -["script", "SParse layout generator"] +["script", "SParse layout generator"], ["script", "stallman.org"] ] -}
\ No newline at end of file +} |