From 186976f7393457ad4da4be6cb98735b5bc705c13 Mon Sep 17 00:00:00 2001
From: AJRubio-Montero <AJRubio-Montero@github.com>
Date: Tue, 10 May 2022 15:47:11 +0200
Subject: [PATCH] .....

---
 _includes/generate_html_for_vocab.html | 4 ++--
 _includes/get_md_from_description.html | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/_includes/generate_html_for_vocab.html b/_includes/generate_html_for_vocab.html
index 2d8bdd0..cc45861 100644
--- a/_includes/generate_html_for_vocab.html
+++ b/_includes/generate_html_for_vocab.html
@@ -85,9 +85,9 @@ $().ready(function(){
 			</tbody>
 		    </table>';
           if ("dcat:domain" in graphelements[i]) {
-                  $('#iproperties').append(indexhtml);
+            $('#iproperties').append(indexhtml);
             $('#properties').append(headerhtml);
-                  $('#properties').append(table);				  
+            $('#properties').append(table);				  
           } else {
             $('#iclasses').append(indexhtml);
             $('#classes').append(headerhtml);
diff --git a/_includes/get_md_from_description.html b/_includes/get_md_from_description.html
index 2320cf7..fde5c3a 100644
--- a/_includes/get_md_from_description.html
+++ b/_includes/get_md_from_description.html
@@ -13,6 +13,7 @@ $().ready(function(){
   $.getJSON( "{{ include.folder }}", function( data ) { 
     var description = data["description"];
     $('#contents').append(description);
+    $('#contents').append("keooo");
     });  
 });
 </script>
-- 
GitLab