From 8b1860e2d0530bd25db07439640a09d1bea08c22 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 10 Apr 2015 15:01:21 -0700 Subject: The generated hardware.html is now valid html5. --- gpscap.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index bb662777..140eb09d 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 = """
@@ -69,8 +69,8 @@ class GPSDictionary(ConfigParser.RawConfigParser): """ - vhead1 = "\n" - vhead2 = "\n" + vhead1 = "\n" + vhead2 = "\n" hotpluggables = ("pl2303", "CP2101") ofp.write(thead % (len(self.devices), len(self.vendors))) for vendor in self.vendors: -- cgit v1.2.1
Listing %s devices from %s vendors
NameNotes
%s
%s

%s

%s
%s

%s