HTMLDocGenerator.st
changeset 1335 86e394c615a8
parent 1333 83824ad8d5cb
child 1336 48affa54f55b
--- a/HTMLDocGenerator.st	Thu Oct 16 16:40:36 2003 +0200
+++ b/HTMLDocGenerator.st	Mon Oct 20 18:01:56 2003 +0200
@@ -1707,6 +1707,7 @@
     ].
 
     aStream nextPutLine:'<IMG src="' , picturePath , '/' , ballColor , '-ball' , smallOrEmpty , '.gif" alt="o " width=6 height=6>'.
+    aStream nextPutAll:'&nbsp;'.
 
     sel := self withSpecialHTMLCharactersEscaped:sel.
     anchorName := cls name , '_' , sel.
@@ -2397,5 +2398,5 @@
 !HTMLDocGenerator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HTMLDocGenerator.st,v 1.64 2003-10-10 17:33:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HTMLDocGenerator.st,v 1.65 2003-10-20 16:01:56 penk Exp $'
 ! !