diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-10-17 05:42:16 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-10-17 05:42:16 +0000 |
commit | 455c4721503e5ef9b3078de2c349785e1dfc097f (patch) | |
tree | 6deff3ad272df4d1530cf9b7644547452f7a6a3e /templates/echolot.html | |
parent | 1de030ddbfca735b61c0b5b266e74e0812bf930e (diff) |
Rephrase the times in UTC part
Diffstat (limited to 'templates/echolot.html')
-rw-r--r-- | templates/echolot.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/echolot.html b/templates/echolot.html index 6c57bea..6ec71b5 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -3,7 +3,7 @@ <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> <link href="echolot.css" rel="stylesheet" type="text/css"> - <!-- $Id: echolot.html,v 1.16 2003/10/17 05:26:28 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.17 2003/10/17 05:42:16 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -134,7 +134,7 @@ Created by <a href="http://www.palfrader.org/echolot/">Echolot <TMPL_VAR NAME="version"></a> at <TMPL_VAR NAME="CURRENT_TIMESTAMP"> (individual pages may be newer).<br> This pinger is operated by <code><TMPL_VAR NAME="operator"></code>.<br> -All times on this page are in Coordinated Universal Time (UTC). +All times in Coordinated Universal Time (UTC). </body> <!-- vim:set ts=2: --> |