summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
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"):