diff --git a/packages/Sandblocks-Babylonian/SBCorrelationView.class.st b/packages/Sandblocks-Babylonian/SBCorrelationView.class.st index 65a3acaa..b8149d4e 100644 --- a/packages/Sandblocks-Babylonian/SBCorrelationView.class.st +++ b/packages/Sandblocks-Babylonian/SBCorrelationView.class.st @@ -29,7 +29,7 @@ SBCorrelationView >> buildForExample: anExample watching: aWatch [ self containerRow listDirection: #topToBottom; addAllMorphsBack: { SBOwnTextMorph new contents: ( - '{1}{2}' format: {anExample label. + '{1} {2}' format: {anExample label. (aWatch cleanedExpression sourceString withoutLineEndings)}). self containerRow listDirection: #topToBottom;