summaryrefslogtreecommitdiff
path: root/docview/src/HelpTopic.pas
diff options
context:
space:
mode:
Diffstat (limited to 'docview/src/HelpTopic.pas')
-rw-r--r--docview/src/HelpTopic.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/docview/src/HelpTopic.pas b/docview/src/HelpTopic.pas
index 8b12b569..275ab775 100644
--- a/docview/src/HelpTopic.pas
+++ b/docview/src/HelpTopic.pas
@@ -1119,7 +1119,7 @@ begin
begin
CheckForAutoURL( AText, State );
// supposed to turn word wrap on, default font
- OutputString := {'<align left>}'</nowrap>'; // I guess...
+ OutputString := '</nowrap><align left>'; // I guess...
State.Alignment := itaLeft;
end;
@@ -1254,6 +1254,7 @@ begin
begin
result := true;
// supposed to turn word wrap on, default font
+ State.Alignment := itaLeft;
State.Spacing := true;
end;
end; // case escape code of...