Description is HTML not text

Thanks to Realia on the forum for reporting this bug
pull/8/head
Frode Petterson 2016-03-04 12:42:01 +01:00
parent b064846d3f
commit bccbb427ca
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
* @param {function} done
*/
self.show = function (desc, $img, done) {
$desc.text(desc);
$desc.html(desc);
$img.appendTo($image.html(''));
$popup.show();
closed = done;