From 3127347fb0f8ce037caf79827d26dfc60b0e7c4e Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Fri, 11 Aug 2000 10:42:19 +0200
Subject: [PATCH] mkwmml format errors fixed

Rev: src/modules/Image/colors.c:1.36
Rev: src/modules/Parser/html.c:1.109
---
 src/modules/Image/colors.c | 6 +++---
 src/modules/Parser/html.c  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/modules/Image/colors.c b/src/modules/Image/colors.c
index d2bbef5416..0452eb65d9 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 50b5628197..fbc138ac33 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:
-- 
GitLab