Color.st
changeset 8787 032a273e7648
parent 8736 271d82194cd3
child 8792 cdc228b4e90c
--- a/Color.st	Wed Aug 21 17:37:38 2019 +0200
+++ b/Color.st	Sat Aug 24 11:19:32 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -6026,7 +6024,7 @@
 !
 
 htmlPrintString
-    "return a hex-printString for html as #rrggbb;"
+    "return a hex-printString for html as #rrggbb"
 
     ^ '#',(self hexPrintString)