summaryrefslogtreecommitdiff
path: root/gpsd.php
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-21 23:21:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-21 23:21:05 +0000
commit2628ffe3dfa55331d4699d31066d414aea5875b3 (patch)
tree1800c32804a198a14683bad869db6f361c103e70 /gpsd.php
parent1d9365fca30d8b82b33d097059a910fd458c98a8 (diff)
downloadgpsd-2628ffe3dfa55331d4699d31066d414aea5875b3.tar.gz
Another XHTML correction. Arrange for SVN keyword expansion.
Diffstat (limited to 'gpsd.php')
-rw-r--r--gpsd.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpsd.php b/gpsd.php
index e50c3aa6..05916919 100644
--- a/gpsd.php
+++ b/gpsd.php
@@ -322,7 +322,7 @@ function write_html($resp){
$server = $x; $port = $y;
if ($autorefresh > 0)
- $autorefresh = "<META HTTP-EQUIV='Refresh' CONTENT='$autorefresh'>";
+ $autorefresh = "<meta http-equiv='Refresh' content='$autorefresh'/>";
else
$autorefresh = '';
@@ -332,7 +332,7 @@ function write_html($resp){
$gmap_body = 'onload="Load()" onunload="GUnload()"';
$gmap_code = gen_gmap_code();
}
- $cvs ='$Id: gpsd.php,v 1.39 2006/11/21 22:31:10 ckuethe Exp $';
+ $svn ='$Rev$';
$buf = <<<EOF
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
@@ -395,7 +395,7 @@ width="640" height="640" alt="Skyplot"></td>
{$footer}
<a href="http://gpsd.mainframe.cx/gpsd.phps">Script source</a><br>
-<font size=-2><tt>{$cvs}</tt></font><br>
+<font size=-2><tt>{$svn}</tt></font><br>
</body>
</body>