diff --git a/vendor/JSONFormatter.js b/vendor/JSONFormatter.js
index 5a60464..bddf74e 100644
--- a/vendor/JSONFormatter.js
+++ b/vendor/JSONFormatter.js
@@ -98,7 +98,7 @@ JSONFormatter.prototype = {
dispValue = value.substr(this.options.baseUrl.length);
}
- output += '"' + prefix + this.jsString(dispValue) + '"';
+ output += '"' + prefix + this.jsString(dispValue) + '"';
} else {
output += '"' + this.jsString(value) + '"';
}