From 6523a9050b5d11a1d9859acb732a37d95b4f85f6 Mon Sep 17 00:00:00 2001
From: AJRubio-Montero <AJRubio-Montero@github.com>
Date: Tue, 10 May 2022 15:56:32 +0200
Subject: [PATCH] .....

---
 _includes/generate_html_for_vocab.html | 2 +-
 _includes/get_md_from_description.html | 5 ++---
 rights/lagoCommonRights.jsonld         | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/_includes/generate_html_for_vocab.html b/_includes/generate_html_for_vocab.html
index cc45861..9caa0b3 100644
--- a/_includes/generate_html_for_vocab.html
+++ b/_includes/generate_html_for_vocab.html
@@ -113,7 +113,7 @@ $().ready(function(){
 
 ### Properties
 
-<div  id="properties"></div>
+<div id="properties"></div>
 
 {% else %}
 
diff --git a/_includes/get_md_from_description.html b/_includes/get_md_from_description.html
index fde5c3a..819a48a 100644
--- a/_includes/get_md_from_description.html
+++ b/_includes/get_md_from_description.html
@@ -12,11 +12,10 @@
 $().ready(function(){
   $.getJSON( "{{ include.folder }}", function( data ) { 
     var description = data["description"];
-    $('#contents').append(description);
-    $('#contents').append("keooo");
+    $('#des').append(description);
+    $('#des').append("keooo");
     });  
 });
 </script>
 
-
 <div id="contents"></div>
diff --git a/rights/lagoCommonRights.jsonld b/rights/lagoCommonRights.jsonld
index f7a97ff..0076c8c 100644
--- a/rights/lagoCommonRights.jsonld
+++ b/rights/lagoCommonRights.jsonld
@@ -17,6 +17,6 @@
 "publisher":  { "@id": "/defs/lagoCollaboration.jsonld" , "@type": "lago:Organization", "name" : "LAGO Collaboration" },
 "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
 "accessRigths": "@id",
-"type": "Markdown"
-"description": '### hola2'
+"type": "Markdown",
+"description": '#### hola2'
 }
-- 
GitLab