diff options
Diffstat (limited to 'docview/src/HelpTopic.pas')
-rw-r--r-- | docview/src/HelpTopic.pas | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docview/src/HelpTopic.pas b/docview/src/HelpTopic.pas index a2ae38dc..8e0602a3 100644 --- a/docview/src/HelpTopic.pas +++ b/docview/src/HelpTopic.pas @@ -882,8 +882,7 @@ begin CheckForAutoURL( AText, State ); Margin := integer( ( pData + 2 )^ ); GetMarginTag( Margin, State.FontState, OutputString, false ); - OutputString := OutputString - + RTF_NewLine; + OutputString := OutputString + RTF_NewLine; end; ecSetLeftMarginFit: @@ -1047,7 +1046,7 @@ begin begin State.FontState := fsNormal; State.InCharGraphics := false; - OutputString := '</tt><wrap yes>' + RTF_NewLine; + OutputString := '</tt><wrap yes>';// + RTF_NewLine; State.Spacing := true; end; |