From 7d4216e17f7b947eefcd9e60401967db3842f556 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 15 Feb 2021 11:17:49 +0000 Subject: [PATCH] fix: context comma --- src/context.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.pug b/src/context.pug index 0286d96..5967859 100644 --- a/src/context.pug +++ b/src/context.pug @@ -5,5 +5,5 @@ script(data-default-context, type="application/ld+json") | "object": "http://happy-dev.fr/owl/#object", | "author": "http://happy-dev.fr/owl/#author", | "account": "http://happy-dev.fr/owl/#account", - | "jabberID": "foaf:jabberID", + | "jabberID": "foaf:jabberID" | } \ No newline at end of file