Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 8e98fdef authored by Franz KOBER josef's avatar Franz KOBER josef
Browse files

Merge branch 'feature/VECTO-1190-d-m-heavy-busesK' into VECTO_GUI

parents 022652d9 39c1a55a
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ namespace VECTO3GUI.Helper
if (baseUri == null)
return null;
return new Uri(baseUri).AbsolutePath;
return Uri.UnescapeDataString(new Uri(baseUri).AbsolutePath);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment