diff --git a/index.html b/index.html
index a3db6cd..adc1aee 100644
--- a/index.html
+++ b/index.html
@@ -72,7 +72,7 @@
if (typeof openpgp.config === "object") {
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '
' + openpgp.config.versionstring + ' works in this browser!
');
} else {
- document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '
OpenPGP.js won\'t start in this browser.
');
+ document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '
');
}