diff options
| -rw-r--r-- | src/dom/uri.cpp | 1 |
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; } |
