diff --git a/js/reveal.js b/js/reveal.js index 75e88e4..6d98679 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();