wiki: Fix internal links in wikisearchdemo (related to r49421 #027baa82af)

git-svn-id: trunk@49429 -
This commit is contained in:
wp 2015-06-24 15:04:12 +00:00
parent 6208cb0d09
commit c632a66145

View File

@ -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;