diff --git a/src/modules/Image/colors.c b/src/modules/Image/colors.c
index d2bbef54166298af48e3038877e0ef94a0bc56ee..0452eb65d9669545abdef60847e6e0c39a27c93e 100644
--- a/src/modules/Image/colors.c
+++ b/src/modules/Image/colors.c
@@ -1,7 +1,7 @@
 /*
 **! module Image
 **! note
-**!	$Id: colors.c,v 1.35 2000/08/10 09:51:53 per Exp $
+**!	$Id: colors.c,v 1.36 2000/08/11 08:42:19 mirar Exp $
 **! submodule Color
 **!
 **!	This module keeps names and easy handling 
@@ -68,7 +68,7 @@
 **! 
 **! import Image;
 **! 
-**! constant modifiers=({"neon","light","dark","bright","dull"});
+**! array modifiers=({"neon","light","dark","bright","dull"});
 **! 
 **! object F=Font();
 **!
@@ -179,7 +179,7 @@
 
 #include "global.h"
 
-RCSID("$Id: colors.c,v 1.35 2000/08/10 09:51:53 per Exp $");
+RCSID("$Id: colors.c,v 1.36 2000/08/11 08:42:19 mirar Exp $");
 
 #include "image_machine.h"
 
diff --git a/src/modules/Parser/html.c b/src/modules/Parser/html.c
index 50b5628197ea3aa725310bacf843345ece40caa6..fbc138ac335aced29e61bd8c34a65f0daadca0d3 100644
--- a/src/modules/Parser/html.c
+++ b/src/modules/Parser/html.c
@@ -4524,8 +4524,8 @@ void html_create(INT32 args)
 **!	parse feed/output.
 **!
 **!	The arguments to clone is sent to the 
-**!	new object, simplifying work for custom classes that
-**!	inherits <ref>Parser.HTML</ref>.
+**!	new object, simplifying work for custom classes 
+**!	that inherits <ref>Parser.HTML</ref>.
 **! returns the new object.
 **!
 **! note: