[LON-CAPA-cvs] cvs: loncom / loncnew
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 11 May 2004 19:55:36 -0000
albertel Tue May 11 15:55:36 2004 EDT
Modified files:
/loncom loncnew
Log:
- more xhtmlized
Index: loncom/loncnew
diff -u loncom/loncnew:1.44 loncom/loncnew:1.45
--- loncom/loncnew:1.44 Tue Mar 2 11:25:17 2004
+++ loncom/loncnew Tue May 11 15:55:35 2004
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# lonc maintains the connections to remote computers
#
-# $Id: loncnew,v 1.44 2004/03/02 16:25:17 albertel Exp $
+# $Id: loncnew,v 1.45 2004/05/11 19:55:35 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -110,10 +110,10 @@
#
my %LogFormats;
-$LogFormats{"CRITICAL"} = "<font color=red>CRITICAL: %s</font>";
-$LogFormats{"SUCCESS"} = "<font color=green>SUCCESS: %s</font>";
-$LogFormats{"INFO"} = "<font color=yellow>INFO: %s</font>";
-$LogFormats{"WARNING"} = "<font color=blue>WARNING: %s</font>";
+$LogFormats{"CRITICAL"} = "<font color='red'>CRITICAL: %s</font>";
+$LogFormats{"SUCCESS"} = "<font color='green'>SUCCESS: %s</font>";
+$LogFormats{"INFO"} = "<font color='yellow'>INFO: %s</font>";
+$LogFormats{"WARNING"} = "<font color='blue'>WARNING: %s</font>";
$LogFormats{"DEFAULT"} = " %s ";