Add anti-spam filtering to the stats page.

This commit is contained in:
zach%zachlipton.com 2005-08-23 16:41:07 +00:00
Родитель e1400c9125
Коммит 25e8546830
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@
[% FOREACH curtester = toptesters %]
<tr>
<td>[% count FILTER html %]</td>
<td>[% curtester.email FILTER html %]</td>
<td>[% curtester.email FILTER html | email %]</td>
<td>[% curtester.numtests FILTER html %]</td>
</tr>
[% count = count+1 %]