From 85f28f7921df08d28280d5dde67c3a7d60f4f9dd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 4 Oct 2011 14:30:27 -0400 Subject: All pages claimed to be W3C valid actually are (again). --- gpscap.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index 1109517a..99b503a3 100644 --- a/gpscap.py +++ b/gpscap.py @@ -56,7 +56,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): raise ConfigParser.Error("%s has invalid vendor" % section) def HTMLDump(self, ofp): - thead = """ + thead = """
@@ -65,7 +65,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): - + """ vhead1 = "\n" @@ -83,7 +83,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): relevant.append(dev) relevant.sort() for dev in relevant: - rowcolor = "#FFFFFF" + rowcolor = "white" if self.get(dev, "packaging") == "OEM module": rowcolor = "LimeGreen" elif self.get(dev, "packaging") == "chipset": @@ -93,7 +93,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): elif self.get(dev, "packaging") == "hansdfree": rowcolor = "DarkCyan" - ofp.write("\n" % rowcolor) + ofp.write("\n" % rowcolor) namefield = dev if self.has_option(dev, "techdoc"): namefield = "%s" % (self.get(dev, "techdoc"), dev) -- cgit v1.2.1
Listing %s devices from %s vendors
NameInterface Tested with NMEA versionNotesNotes
%s