mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 03:01:33 +08:00
x is no sexy, × is yes sexy
This commit is contained in:
@ -38,7 +38,7 @@ Discourse.Lightbox = {
|
|||||||
titleSrc: function(item) {
|
titleSrc: function(item) {
|
||||||
return [
|
return [
|
||||||
item.el.attr("title"),
|
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>'
|
'<a class="image-source-link" href="' + item.src + '" target="_blank">' + I18n.t("lightbox.download") + '</a>'
|
||||||
].join(' · ');
|
].join(' · ');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user