mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:29:21 +02:00
* Fix IPF output for topics (Fix by Graeme, bug #20318)
git-svn-id: trunk@19177 -
This commit is contained in:
parent
32f7104ffe
commit
71be686e5a
@ -747,6 +747,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
FInHeadingText := ':h3%s. ' + SectionName;
|
FInHeadingText := ':h3%s. ' + SectionName;
|
||||||
// Writeln(':h3.' + SectionName);
|
// Writeln(':h3.' + SectionName);
|
||||||
|
InPackageOverview := False;
|
||||||
end;
|
end;
|
||||||
// Writeln('');
|
// Writeln('');
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user