From b28733fa92099a7b1e13fe3eb7307aada1a1962c Mon Sep 17 00:00:00 2001 From: jesus2099 Date: Fri, 21 Aug 2015 13:12:46 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20quotes=20display=20bug=20(ASCII?= =?UTF-8?q?=E2=86=92UTF-8)=20user=20scripts=20have=20to=20be=20UTF-8=20any?= =?UTF-8?q?way,=20IIRC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fast-cancel-edits.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast-cancel-edits.user.js b/fast-cancel-edits.user.js index 2100f06..d587073 100644 --- a/fast-cancel-edits.user.js +++ b/fast-cancel-edits.user.js @@ -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();