mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
lhelp: fix slashes in urls
git-svn-id: trunk@17596 -
This commit is contained in:
parent
4699149680
commit
41ded61775
@ -105,7 +105,7 @@ begin
|
|||||||
Insert(' ', Url, X);
|
Insert(' ', Url, X);
|
||||||
X := Pos('%20', Url);
|
X := Pos('%20', Url);
|
||||||
end;
|
end;
|
||||||
Result := Url;
|
Result := StringReplace(Url, '\', '/', [rfReplaceAll]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TContentsFiller }
|
{ TContentsFiller }
|
||||||
|
Loading…
Reference in New Issue
Block a user