Browse Source

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.
pull/40/head
Ringstaart 9 years ago
committed by czaks
parent
commit
4e635229b4
  1. 2
      js/quick-reply.js

2
js/quick-reply.js

@ -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>');

Loading…
Cancel
Save