mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:20:46 +02:00
wiki: Fix internal links in wikisearchdemo (related to r49421 #027baa82af)
git-svn-id: trunk@49429 -
This commit is contained in:
parent
6208cb0d09
commit
c632a66145
@ -611,7 +611,8 @@ begin
|
||||
end;
|
||||
end else if Anchor<>'' then begin
|
||||
// same page
|
||||
PageIpHtmlPanel.MakeAnchorVisible(Anchor+'/'); // ipHTML stores anchor names with / at end
|
||||
// PageIpHtmlPanel.MakeAnchorVisible(Anchor+'/'); // ipHTML stores anchor names with / at end
|
||||
PageIpHtmlPanel.MakeAnchorVisible(Anchor); // ... not any longer, fixed in r49421
|
||||
end else begin
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user