mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-27 01:48:22 +02:00
* another minor incompatibility
git-svn-id: trunk@14346 -
This commit is contained in:
parent
68e2c0c33e
commit
f34978bf7b
@ -163,7 +163,7 @@ begin
|
|||||||
if (length(item.local)>0) and (item.local[1]<>'/') then
|
if (length(item.local)>0) and (item.local[1]<>'/') then
|
||||||
tli:=TopicLinks^.AddItem('/'+item.local)
|
tli:=TopicLinks^.AddItem('/'+item.local)
|
||||||
else
|
else
|
||||||
tli:=TopicLinks^.AddItem(item.local)
|
tli:=TopicLinks^.AddItem(item.local);
|
||||||
TLI:=EncodeHTMLCtx(ID,TLI+1);
|
TLI:=EncodeHTMLCtx(ID,TLI+1);
|
||||||
IndexEntries^.Insert(NewIndexEntry( FormatAlias(item.text),ID,TLI));
|
IndexEntries^.Insert(NewIndexEntry( FormatAlias(item.text),ID,TLI));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user