Replaced nbsp with normal space.

pull/8/head
Frode Petterson 2015-08-26 15:51:43 +02:00
parent c0958bafe7
commit 34e774aad4
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ H5P.MemoryGame = (function ($) {
if (desc !== undefined) {
// Pause timer and show desciption.
timer.stop();
popup.show(desc, card.getImage(), function () {
popup.show(desc, card.getImage(), function () {
if (finished) {
// Game has finished
$feedback.addClass('h5p-show');