summaryrefslogtreecommitdiff
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
parent94c84271b81ba66de0560627894776e9ea51a86c (diff)
downloadgpsd-cdfc6f706914aa43fafc741a1cc6c5978691261d.tar.gz
Finish website validation.
-rw-r--r--gpscap.py4
-rw-r--r--www/hardware-tail.html1
-rw-r--r--www/index.html.in3
3 files changed, 3 insertions, 5 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"):
diff --git a/www/hardware-tail.html b/www/hardware-tail.html
index a430f4ba..967390e6 100644
--- a/www/hardware-tail.html
+++ b/www/hardware-tail.html
@@ -57,7 +57,6 @@ capable devices for which we don't have full information.</p>
<td align="center">-</td>
<td align="center">-</td>
</tr>
-</tr>
<tr>
<td>NavSync CW25-TIM</td>
<td align="center">25ns</td>
diff --git a/www/index.html.in b/www/index.html.in
index d422d28b..25414c53 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -288,7 +288,6 @@ protocol of the <code>gpsd</code> daemon.</dd>
<dt><a href="gpsinit.html">gpsinit.8</a></dt>
<dd>Initialize kernel modules for use with <code>gpsd</code> daemon.</dd>
</dl>
-</dl>
<p>Also, see the <a href="faq.html">FAQ</a>.</p>
@@ -406,7 +405,7 @@ href="http://code.google.com/p/qtgpsc/">Qt-based client</a>, basically
<p>Egil Moller has written <a
href="http://redhog.github.com/agpsd">agpsd</a>,
-a gpsd replication and logging daemon with support for KML.</para>
+a gpsd replication and logging daemon with support for KML.</p>
<p>You can find Debian-unstable packages
<a href='http://packages.debian.org/unstable/misc/gpsd'>here</a>.</p>