changeset 13:135adaf0eed2

Colour!
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 13:38:09 +0000
parents 6d5296efb9ef
children 9b8670ac1bcc
files reproctool.cgi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/reproctool.cgi	Sun Jan 25 13:36:31 2009 +0000
+++ b/reproctool.cgi	Sun Jan 25 13:38:09 2009 +0000
@@ -19,7 +19,7 @@
     my $text = shift;
     print<<END;
 <html><head><title>Error</title></head>
-<body><font colour="#FF0000"><b>Error:</b></font> $text</body></html>
+<body><font color="#FF0000"><b>Error:</b></font> $text</body></html>
 END
     exit;
 }