#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Tue, 12 Nov 2019 13:38:57 +0100
changeset 3817 34cfc2fb2258
parent 3816 70c345c11145
child 3818 c3fd02d2d975
#BUGFIX by exept class: ShowMeHowItWorks changed: #showing:saying:do:
ShowMeHowItWorks.st
--- a/ShowMeHowItWorks.st	Fri Nov 08 09:06:39 2019 +0100
+++ b/ShowMeHowItWorks.st	Tue Nov 12 13:38:57 2019 +0100
@@ -475,7 +475,8 @@
             [
                 |sentence|
                 sentence := (sentenceOrNil ? xLatedMessage) copy withCRs replaceAny:c'\t' with:(Character space).
-                self tell:(sentenceOrNil ? xLatedMessage).
+                sentence := sentence copy withCRs replaceAny:c'\n\r' with:(Character space).
+                self tell:sentence.
                 talkDone signal
             ] fork.