summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-19 10:09:58 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-19 10:09:58 +0000
commit876688ee43d39c094598c1727e365a1c907b53ba (patch)
tree1eb677b65b82fa159e36895323ee48c496933112 /gpscap.py
parent163ca4eb39e9d82590bf7766a01b84336742b24e (diff)
downloadgpsd-876688ee43d39c094598c1727e365a1c907b53ba.tar.gz
Corrections for Garmin GPS-76b and an HTML bug in code generated by gpscap.py
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 386d6094..a57716d2 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -117,7 +117,7 @@ class GPSDictionary(ConfigParser.RawConfigParser):
if self.get(dev, "status") == "excellent":
testfield += "<img src='star.png'/><img src='star.png'/><img src='star.png'/><img src='star.png'/>"
elif self.get(dev, "status") == "good":
- testfield += "<img src='star.png'/><img src='star.png/'><img src='star.png'/>"
+ testfield += "<img src='star.png'/><img src='star.png'/'><img src='star.png'/>"
elif self.get(dev, "status") == "fair":
testfield += "<img src='star.png'/><img src='star.png'/>"
elif self.get(dev, "status") == "poor":