fixed quotes display bug (ASCII→UTF-8)

user scripts have to be UTF-8 anyway, IIRC
This commit is contained in:
jesus2099 2015-08-21 13:12:46 +02:00
parent f0e87eb647
commit b28733fa92

View file

@ -84,7 +84,7 @@ function fastCancelScript() {
"color": "yellow",
"cursor": "help"
})
.attr("title", "Error cancelling this edit: “" + error + "”");
.attr("title", "Error cancelling this edit: “" + error + "”");
$edit
.css({border: "6px solid red"})
.show();