mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:12:25 +02:00
SynEdit: Fix exporting missing CodeStart tags when heoFragmentOnly in Options of TSynEditExporterHtml. Issue #0028733.
git-svn-id: trunk@49874 -
This commit is contained in:
parent
df23bf086e
commit
bce3f75f66
@ -400,7 +400,9 @@ begin
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
if (heoWinClipHeader in fOptions) then
|
if (heoWinClipHeader in fOptions) then
|
||||||
DocHeader := DocHeader + StartFragmentComment + CodeStart;
|
DocHeader := DocHeader + StartFragmentComment + CodeStart
|
||||||
|
else
|
||||||
|
DocHeader := DocHeader + CodeStart;
|
||||||
end;
|
end;
|
||||||
if fFontSize <> fsDefault then
|
if fFontSize <> fsDefault then
|
||||||
sFontSize := Format(' size=%d', [1 + Ord(fFontSize)])
|
sFontSize := Format(' size=%d', [1 + Ord(fFontSize)])
|
||||||
|
Loading…
Reference in New Issue
Block a user