Replace capital X by clearly superior ASCII ×

There's no reason to use a malformed letter when an ASCII character of a proper cross is available. This is an important issue, and I care about it very much.
This commit is contained in:
Ringstaart 2015-03-17 10:22:35 +01:00 committed by czaks
parent f02226449a
commit 4e635229b4

View File

@ -286,7 +286,7 @@
$postForm.find('br').remove();
$postForm.find('table').prepend('<tr><th colspan="2">\
<span class="handle">\
<a class="close-btn" href="javascript:void(0)">X</a>\
<a class="close-btn" href="javascript:void(0)">×</a>\
' + _('Quick Reply') + '\
</span>\
</th></tr>');