[mythtv] [PATCH] typo in mythbackend httpstatus for mythweb

Robert Tsai rtsai1111 at comcast.net
Mon Apr 18 01:33:11 UTC 2005


This typo was causing the generated HTML to be buggy like so:

	<fontclass="jobqueued>...

instead of

	<font class="jobqueued">...


Index: programs/mythbackend/httpstatus.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythbackend/httpstatus.cpp,v
retrieving revision 1.3
diff -u -r1.3 httpstatus.cpp
--- programs/mythbackend/httpstatus.cpp	7 Apr 2005 04:16:49 -0000	1.3
+++ programs/mythbackend/httpstatus.cpp	18 Apr 2005 01:28:17 -0000
@@ -574,8 +574,8 @@
                             break;
 
                         default:
-                            statusColor = "class=\"jobqueued";
-                            jobColor = "class=\"jobqueued";
+                            statusColor = " class=\"jobqueued\"";
+                            jobColor = " class=\"jobqueued\"";
                             break;
                     }

--Rob


More information about the mythtv-dev mailing list