mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
Merge pull request #432 from Ringstaart/patch-1
Replace capital X by clearly superior ASCII ×
This commit is contained in:
commit
51cf96823e
@ -182,7 +182,7 @@
|
|||||||
|
|
||||||
$postForm.find('table:first').prepend('<tr><th colspan="2">\
|
$postForm.find('table:first').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