From ea7d889daa95bfab0e48a6c52dcc6436ecb012d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr>
Date: Tue, 7 Jul 2020 18:03:46 +0200
Subject: [PATCH] correct typo in schema.org syntax for index page

---
 ippisite/ippidb/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/ippidb/templates/index.html b/ippisite/ippidb/templates/index.html
index 13b1b395..b85937dc 100644
--- a/ippisite/ippidb/templates/index.html
+++ b/ippisite/ippidb/templates/index.html
@@ -234,7 +234,7 @@
   "schema:includedInDataCatalog": "https://ippidb.pasteur.fr",
   "schema:license": "Creative Commons Attribution-Share Alike 3.0 Unported License",
   "@id": "https://ippidb.pasteur.fr",
-  "schema:name": "iPPI-DB"
+  "schema:name": "iPPI-DB",
   "schema:description": "a database of modulators of protein-protein interactions. It contains exclusively small molecules and therefore no peptides. The data are retrieved from the literature either peer reviewed scientific articles or world patents. A large variety of data is stored within IPPI-DB: structural, pharmacological, binding and activity profile, pharmacokinetic and cytotoxicity when available, as well as some data about the PPI targets themselves.",
   "@context": {
     "schema": "http://schema.org/",
-- 
GitLab