|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] Correct html syntax error color=="#xxxxxx" => color="#xxxxxx"
Strangely the effect of this (with iceweasel) was that everything was
cyan (#00fff0?) instead of the intended black or white.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
ms-planner | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ms-planner b/ms-planner
index 1f996a6..cab32c9 100755
--- a/ms-planner
+++ b/ms-planner
@@ -727,7 +727,7 @@ sub cmd_show_html () {
my $fgcolour=
$avail ? "#000000" : "#ffffff";
printf "<td valign=top rowspan=%d".
- " bgcolor=\"%s\"><font color==\"%s\">%s %s</font></td>",
+ " bgcolor=\"%s\"><font color=\"%s\">%s %s</font></td>",
$content->{Rowspan}, $bgcolour, $fgcolour, $show;
$content->{Printed}= 1;
}
--
2.5.1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |