diff --git a/public/js/script.js b/public/js/script.js index 0b7c69f2a..550296dcf 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -2133,7 +2133,7 @@ function showResult(difficultyFailed = false) { // testType += "
read_ahead"; // } if (activeFunBox !== "none") { - testType += "
" + activeFunBox; + testType += "
" + activeFunBox.replace(/_/g, " "); } if (config.difficulty == "expert") { testType += "
expert";