summaryrefslogtreecommitdiffstats
path: root/src/dom/uri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/uri.cpp')
-rw-r--r--src/dom/uri.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp
index 167b1f084..ff5e91ff8 100644
--- a/src/dom/uri.cpp
+++ b/src/dom/uri.cpp
@@ -341,6 +341,7 @@ URI URI::resolve(const URI &other) const
}
}
}
+
newUri.normalize();
return newUri;
}