Commit 5075ff95 authored by Sven Franck's avatar Sven Franck

app: check for encoded & instead of :: in parseURL

parent 1f0ea231
......@@ -7067,7 +7067,7 @@
}
// link current segment parameter vs segment
if ((spec.link_core || empty_string).split("::").length > 1) {
if ((spec.link_core || empty_string).split("%26").length > 1) {
separator = empty_string;
} else {
separator = "/";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment