[FIX] HtmlFormatter example

John Clonts jclonts at mastnet.net
Fri Feb 11 15:33:01 UTC 2000


Well here's my feeble contribution to the update stream:

"Correction to the example because HtmlParser>>#on: was apparently
changed to HtmlParser>>#parse:"!


HtmlFormatter>>example1
... change:
	^(HtmlParser on: input) formattedText! !
... to:
	^(HtmlParser parse: input) formattedText! !


Let me know if I didn't do this right :)

Cheers,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20000211/7c94127f/HtmlFormatterExample.1.htm


More information about the Squeak-dev mailing list