1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00

Merge pull request #432 from Ringstaart/patch-1

Replace capital X by clearly superior ASCII ×
This commit is contained in:
Fredrick Brennan 2015-03-17 17:28:13 +08:00
commit 51cf96823e

View File

@ -182,7 +182,7 @@
$postForm.find('table:first').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>');