mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +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);
|
||||
X := Pos('%20', Url);
|
||||
end;
|
||||
Result := Url;
|
||||
Result := StringReplace(Url, '\', '/', [rfReplaceAll]);
|
||||
end;
|
||||
|
||||
{ TContentsFiller }
|
||||
|
Loading…
Reference in New Issue
Block a user