diff options
Diffstat (limited to 'docview/src')
-rw-r--r-- | docview/src/HelpTopic.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/HelpTopic.pas b/docview/src/HelpTopic.pas index 8e0602a3..44f81a57 100644 --- a/docview/src/HelpTopic.pas +++ b/docview/src/HelpTopic.pas @@ -1115,7 +1115,7 @@ begin begin CheckForAutoURL( AText, State ); // supposed to turn word wrap on, default font - OutputString := '<align left><wrap yes>'; // I guess... + OutputString := {'<align left>}'<wrap yes>'; // I guess... State.Alignment := itaLeft; end; |