diff --git a/_includes/generate_html_for_vocab.html b/_includes/generate_html_for_vocab.html
index 2d8bdd0d2450af60f8ac17c6b0ab349a4ac759a9..cc45861620a536254c28a01c556ba4b7f8027dd1 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 2320cf7a4d70f73c25d48ad4181f051329c9bcd2..fde5c3affa34f3bf04c5c3f3ab3d02400356bd94 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>