diff --git a/js/reveal.js b/js/reveal.js
index 75e88e47f69cc9cdc7c8503adbfe8d1e3b2cf87e..6d98679d162dfda462fec64287389d48b5fa3f77 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -1918,7 +1918,7 @@
 		}
 
 		// Announce the current slide contents, for screen readers
-		dom.statusDiv.innerHTML = currentSlide.textContent;
+		dom.statusDiv.textContent = currentSlide.textContent;
 
 		updateControls();
 		updateProgress();