diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |