ossp-web/SHARE/ossp_newsflash.wml 1.2 -> 1.3
--- ossp_newsflash.wml 2002/02/13 21:15:26 1.2
+++ ossp_newsflash.wml 2002/02/13 21:35:23 1.3
@@ -19,7 +19,7 @@
open(FP, "< <get-var from>") || die;
my $max = ("<get-var max>" eq '' ? 9999 : "<get-var max>");
@COL = (
- '#f0f0f0',
+ '#e5e5e0',
'NONE',
);
$ncol = 1;
@@ -40,7 +40,7 @@
else {
print "<tr>\n";
}
- print " <td align=right><font color=\"#000000\"><tt><b>$1:</b></tt></font></td> <td> $2</td>\n";
+ print " <td align=right><font color=\"#000000\"><tt>$1:</tt></font></td> <td> $2</td>\n";
print "</tr>\n";
}
$n++;
|
|