diff --git a/themes/hugo-theme-pdf-js/layouts/shortcodes/embed-pdf-view.html b/themes/hugo-theme-pdf-js/layouts/shortcodes/embed-pdf-view.html
index 4c88af797b53461dc119db9c0db3a3fea49499c8..b3700d343da1ca5dea73aac4c003d7e6757baac2 100644
--- a/themes/hugo-theme-pdf-js/layouts/shortcodes/embed-pdf-view.html
+++ b/themes/hugo-theme-pdf-js/layouts/shortcodes/embed-pdf-view.html
@@ -9,7 +9,7 @@
window.onload = function() {
var pdf_div = document.getElementById('embed-pdf-view');
- pdf_div.innerHTML = '' ;
+ pdf_div.innerHTML = '' ;
};