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

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

fixed Path problem

parent d2da7f1b
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