aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/parse.js
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-04-26 10:52:42 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-04-26 10:52:42 +0200
commiteb227537b65c0ec1c328fc2f3bf0cdbaf317b32e (patch)
tree61f3e80332a0394344d21a41c09d3f57c2ad1119 /src/nodejs/parse.js
parent649b8ac55380d68ca4acec4173a512825854ad04 (diff)
parent0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c (diff)
downloadosm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.tar.gz
osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.tar.xz
osm-xapi-eb227537b65c0ec1c328fc2f3bf0cdbaf317b32e.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/nodejs/parse.js')
-rw-r--r--src/nodejs/parse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodejs/parse.js b/src/nodejs/parse.js
index 321823b..4dc12b5 100644
--- a/src/nodejs/parse.js
+++ b/src/nodejs/parse.js
@@ -127,5 +127,5 @@ var parser = function(){
exports.urlToXpathObj = function urlToXpathObj(url){
var parse = new parser();
- return parse.parse(url);
+ return parse.parse(unescape(url));
}