diff --git a/script.js b/script.js
index e36b314..2343384 100644
--- a/script.js
+++ b/script.js
@@ -1,4 +1,4 @@
function changePDF(chapter) {
var container = document.getElementById("pdfcontainer")
- container.innerHTML = ""
+ container.innerHTML = ""
}
\ No newline at end of file