summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-02-25 23:07:11 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-02-25 23:07:11 -0500
commitcdfc6f706914aa43fafc741a1cc6c5978691261d (patch)
tree12418e3286710c966b0c595f811644534b2c3843 /gpscap.py
parent94c84271b81ba66de0560627894776e9ea51a86c (diff)
downloadgpsd-cdfc6f706914aa43fafc741a1cc6c5978691261d.tar.gz
Finish website validation.
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpscap.py b/gpscap.py
index 6ba711f6..44531b15 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -145,9 +145,9 @@ class GPSDictionary(ConfigParser.RawConfigParser):
if self.has_option(dev, "ntp_offset"):
ntp_offset = self.get(dev, "ntp_offset")
if pps_accuracy and ntp_offset:
- ofp.write("<td>%s<br/>%s</td>\n" % (pps_accuracy, ntp_offset))
+ ofp.write("<td>%s<br>%s</td>\n" % (pps_accuracy, ntp_offset))
else:
- ofp.write("<td>?<br/>\n")
+ ofp.write("<td>?<br>\n")
else:
ofp.write("<td>&nbsp;</td>\n")
if self.has_option(dev, "notes"):