mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
x is no sexy, × is yes sexy
This commit is contained in:
parent
c67c88cee8
commit
6bb17b7214
@ -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(' · ');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user