diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/redirect.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect.js b/js/redirect.js index 116cc72..4ad57d5 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) {  | 
