Remove spurious / char.

This commit is contained in:
Jeff Teunissen 2010-08-10 21:42:38 +00:00
parent f95de66d8b
commit cae96dc6be
1 changed files with 1 additions and 1 deletions

View File

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