Minor tweak to lists page.

This commit is contained in:
Jeff Teunissen 2004-03-16 11:11:47 +00:00
parent faeb951714
commit 35fb99c523
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
echo '[ ';
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
echo ' | ';
echo '<A href="' . $archiveUrl . $listName . '">archives</A>';
echo '<A href="' . $archiveUrl . $listName . '/">archives</A>';
echo ' ]';
}
?>