All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] Correct html syntax error color=="#xxxxxx" => color="#xxxxxx"
@ 2015-09-21 10:40 Ian Campbell
  2015-09-21 10:55 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2015-09-21 10:40 UTC (permalink / raw
  To: ian.jackson, xen-devel; +Cc: Ian Campbell

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@citrix.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH OSSTEST] Correct html syntax error color=="#xxxxxx" => color="#xxxxxx"
  2015-09-21 10:40 [PATCH OSSTEST] Correct html syntax error color=="#xxxxxx" => color="#xxxxxx" Ian Campbell
@ 2015-09-21 10:55 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2015-09-21 10:55 UTC (permalink / raw
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("[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.

This will make some of the output black when previously it was cyan,
of course.  I don't particularly mind.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Ian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-21 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 10:40 [PATCH OSSTEST] Correct html syntax error color=="#xxxxxx" => color="#xxxxxx" Ian Campbell
2015-09-21 10:55 ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.