mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-13 18:40:49 +01:00
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:
parent
f02226449a
commit
4e635229b4
@ -286,7 +286,7 @@
|
|||||||
$postForm.find('br').remove();
|
$postForm.find('br').remove();
|
||||||
$postForm.find('table').prepend('<tr><th colspan="2">\
|
$postForm.find('table').prepend('<tr><th colspan="2">\
|
||||||
<span class="handle">\
|
<span class="handle">\
|
||||||
<a class="close-btn" href="javascript:void(0)">X</a>\
|
<a class="close-btn" href="javascript:void(0)">×</a>\
|
||||||
' + _('Quick Reply') + '\
|
' + _('Quick Reply') + '\
|
||||||
</span>\
|
</span>\
|
||||||
</th></tr>');
|
</th></tr>');
|
||||||
|
Loading…
Reference in New Issue
Block a user