diff --git a/README.md b/README.md
index a779da3..5c00d31 100644
--- a/README.md
+++ b/README.md
@@ -23,4 +23,4 @@ Centre de recherche informatique de Montréal
## Pages
-
+
diff --git a/js/repo-listing.js b/js/repo-listing.js
index 56db53f..c7fd005 100644
--- a/js/repo-listing.js
+++ b/js/repo-listing.js
@@ -11,5 +11,5 @@
htmlString += `${p.name} - ${p.description}`;
}
htmlString += '';
- document.getElementById('pages')[0].innerHTML = htmlString;
+ document.getElementById('pages').innerHTML = htmlString;
})()
diff --git a/js/stac-listing.js b/js/stac-listing.js
index 6c381df..0b7a2a1 100644
--- a/js/stac-listing.js
+++ b/js/stac-listing.js
@@ -11,5 +11,5 @@
htmlString += `${p.name} - ${p.description}`;
}
htmlString += '';
- document.getElementById('pages')[0].innerHTML = htmlString;
+ document.getElementById('pages').innerHTML = htmlString;
})()
diff --git a/stac-extensions/index.md b/stac-extensions/index.md
index a2cc00d..21c9d3c 100644
--- a/stac-extensions/index.md
+++ b/stac-extensions/index.md
@@ -4,4 +4,4 @@ title: STAC Extensions under CRIM repositories
---
-
+