summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-09-12 15:41:49 +0000
committerPeter Palfrader <peter@palfrader.org>2002-09-12 15:41:49 +0000
commit601712f0a3adaeb0147c62e999f87b8efbb7623d (patch)
treebf17d75883ed81686dadc0bd64b606cd55fb3351 /templates
parent9de7479d3f4cbe0be0a7aa9cbe38623aa03d6269 (diff)
Spelling fixes.
seperate_rlists was renamed to separate_rlists.
Diffstat (limited to 'templates')
-rw-r--r--templates/clist.html8
-rw-r--r--templates/echolot.html10
-rw-r--r--templates/mlist.html8
-rw-r--r--templates/mlist2.html8
-rw-r--r--templates/rlist-clear.html8
-rw-r--r--templates/rlist-dsa.html8
-rw-r--r--templates/rlist-rsa.html8
-rw-r--r--templates/rlist.html8
-rw-r--r--templates/rlist2-clear.html8
-rw-r--r--templates/rlist2-dsa.html8
-rw-r--r--templates/rlist2-rsa.html8
-rw-r--r--templates/rlist2.html8
12 files changed, 49 insertions, 49 deletions
diff --git a/templates/clist.html b/templates/clist.html
index 37579e2..da2ec29 100644
--- a/templates/clist.html
+++ b/templates/clist.html
@@ -2,7 +2,7 @@
<head>
<title>Remailers (combined list) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: clist.html,v 1.8 2002/09/10 20:44:45 weasel Exp $ -->
+ <!-- $Id: clist.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/echolot.html b/templates/echolot.html
index 13247c5..161840c 100644
--- a/templates/echolot.html
+++ b/templates/echolot.html
@@ -2,7 +2,7 @@
<head>
<title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: echolot.html,v 1.8 2002/09/10 20:44:45 weasel Exp $ -->
+ <!-- $Id: echolot.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -33,7 +33,7 @@ over 98.0% in terms of overall reliability.
</tr>
<tr>
<td><a href="rlist.html"><code>rlist.html</code></a>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<SMALL>
(<a href="rlist-rsa.html">rsa</a>,
<a href="rlist-dsa.html">dsa</a>,
@@ -48,7 +48,7 @@ over 98.0% in terms of overall reliability.
</tr>
<tr>
<td><a href="rlist2.html"><code>rlist2.html</code></a>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<SMALL>
(<a href="rlist2-rsa.html">rsa</a>,
<a href="rlist2-dsa.html">dsa</a>,
@@ -71,7 +71,7 @@ over 98.0% in terms of overall reliability.
</tr>
<tr>
<td><a href="rlist.txt"><code>rlist.txt</code></a>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<SMALL>
(<a href="rlist-rsa.txt">rsa</a>,
<a href="rlist-dsa.txt">dsa</a>,
@@ -86,7 +86,7 @@ over 98.0% in terms of overall reliability.
</tr>
<tr>
<td><a href="rlist2.txt"><code>rlist2.txt</code></a>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<SMALL>
(<a href="rlist2-rsa.txt">rsa</a>,
<a href="rlist2-dsa.txt">dsa</a>,
diff --git a/templates/mlist.html b/templates/mlist.html
index 57833e4..fa2e5bc 100644
--- a/templates/mlist.html
+++ b/templates/mlist.html
@@ -2,7 +2,7 @@
<head>
<title>Mixmaster Remailers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: mlist.html,v 1.9 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: mlist.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/mlist2.html b/templates/mlist2.html
index 45d24f5..4624f84 100644
--- a/templates/mlist2.html
+++ b/templates/mlist2.html
@@ -2,7 +2,7 @@
<head>
<title>Mixmaster Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: mlist2.html,v 1.9 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: mlist2.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist-clear.html b/templates/rlist-clear.html
index b4f80a0..fa0124b 100644
--- a/templates/rlist-clear.html
+++ b/templates/rlist-clear.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist-clear.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist-clear.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><strong>(cleartext)</strong></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist-dsa.html b/templates/rlist-dsa.html
index 3226399..a4ecaaf 100644
--- a/templates/rlist-dsa.html
+++ b/templates/rlist-dsa.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (DSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist-dsa.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist-dsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><strong>(dsa)</strong></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist-rsa.html b/templates/rlist-rsa.html
index dfc3888..8476e47 100644
--- a/templates/rlist-rsa.html
+++ b/templates/rlist-rsa.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (RSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist-rsa.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist-rsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><strong>(rsa)</strong></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist.html b/templates/rlist.html
index 0c59312..3ff82c0 100644
--- a/templates/rlist.html
+++ b/templates/rlist.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist.html,v 1.9 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><strong>v1</strong></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist2-clear.html b/templates/rlist2-clear.html
index 46a1209..baa3669 100644
--- a/templates/rlist2-clear.html
+++ b/templates/rlist2-clear.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (v2, cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2-clear.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist2-clear.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><strong>(cleartext)</strong></td>
diff --git a/templates/rlist2-dsa.html b/templates/rlist2-dsa.html
index 7d186f3..6c22631 100644
--- a/templates/rlist2-dsa.html
+++ b/templates/rlist2-dsa.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (v2, DSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2-dsa.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist2-dsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><strong>(dsa)</strong></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist2-rsa.html b/templates/rlist2-rsa.html
index 8977d23..915dbbe 100644
--- a/templates/rlist2-rsa.html
+++ b/templates/rlist2-rsa.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (v2, RSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2-rsa.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist2-rsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist2.html">v2</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><strong>(rsa)</strong></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>
diff --git a/templates/rlist2.html b/templates/rlist2.html
index 97bd522..33e924b 100644
--- a/templates/rlist2.html
+++ b/templates/rlist2.html
@@ -2,7 +2,7 @@
<head>
<title>Cypherpunk Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2.html,v 1.9 2002/08/14 22:54:20 weasel Exp $ -->
+ <!-- $Id: rlist2.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -14,7 +14,7 @@
Available Stats:
<table border=1>
<tr>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<th colspan=4>Cypherpunk (Type I)</th>
<TMPL_ELSE>
<th>Cypherpunk (Type I)</th>
@@ -26,7 +26,7 @@ Available Stats:
</tr>
<tr>
<td><a href="rlist.html">v1</a></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist-rsa.html">(rsa)</a></td>
<td><a href="rlist-dsa.html">(dsa)</a></td>
<td><a href="rlist-clear.html">(cleartext)</a></td>
@@ -38,7 +38,7 @@ Available Stats:
</tr>
<tr>
<td><strong>v2</strong></td>
-<TMPL_IF NAME="seperate_rlist">
+<TMPL_IF NAME="separate_rlist">
<td><a href="rlist2-rsa.html">(rsa)</a></td>
<td><a href="rlist2-dsa.html">(dsa)</a></td>
<td><a href="rlist2-clear.html">(cleartext)</a></td>