dont encode urls used for starting help browser
This commit is contained in:
parent
9e906602ce
commit
b5270894ce
@ -939,7 +939,7 @@ void RclMain::startNativeViewer(Rcl::Doc doc)
|
|||||||
string url;
|
string url;
|
||||||
rclconfig->setKeyDir(path_getfather(fn));
|
rclconfig->setKeyDir(path_getfather(fn));
|
||||||
if (doc.ipath.empty() || wantsipath) {
|
if (doc.ipath.empty() || wantsipath) {
|
||||||
url = url_encode(doc.url, 7);
|
url = doc.url;
|
||||||
} else {
|
} else {
|
||||||
// There is an ipath and the command does not know about
|
// There is an ipath and the command does not know about
|
||||||
// them. We need a temp file.
|
// them. We need a temp file.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user