summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-24 11:39:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-24 11:39:49 -0400
commit5e254b9850dc4b8d5aa235d0f0ae9eda8c66ebac (patch)
tree9c01c1b3bf831cfb2f960fd1f7eb3a5ba8533c65 /gpscap.py
parent8b8a4fccec59cf325198196556691fdc215ae40f (diff)
downloadgpsd-5e254b9850dc4b8d5aa235d0f0ae9eda8c66ebac.tar.gz
Update the hardware database; add a regression test for the GR601-W.
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpscap.py b/gpscap.py
index 44531b15..b00f46c7 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -149,7 +149,7 @@ class GPSDictionary(ConfigParser.RawConfigParser):
else:
ofp.write("<td>?<br>\n")
else:
- ofp.write("<td>&nbsp;</td>\n")
+ ofp.write("<td>No</td>\n")
if self.has_option(dev, "notes"):
notes = self.get(dev, "notes")
else: