aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/redirect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect.js b/js/redirect.js
index 23ae409..821826f 100644
--- a/js/redirect.js
+++ b/js/redirect.js
@@ -157,7 +157,7 @@ Redirect.prototype = {
}
if (match.isMatch && !match.redirectTo.match(/^https?\:\/\//)) {
- this.error = 'The redirect result must start with http:// or https://, current result is: "' + match.redirectTo + ".";
+ this.error = 'The redirect result must start with http:// or https://, current result is: ' + match.redirectTo;
return;
}
if (!match.isMatch) {