x is no sexy, × is yes sexy

This commit is contained in:
Jeff Atwood 2014-06-28 02:17:18 -07:00
parent c67c88cee8
commit 6bb17b7214

View File

@ -38,7 +38,7 @@ Discourse.Lightbox = {
titleSrc: function(item) {
return [
item.el.attr("title"),
$("span.informations", item.el).text(),
$("span.informations", item.el).text().replace('x', '×'),
'<a class="image-source-link" href="' + item.src + '" target="_blank">' + I18n.t("lightbox.download") + '</a>'
].join(' &middot; ');
}