mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Minor tweak to lists page.
This commit is contained in:
parent
faeb951714
commit
35fb99c523
1 changed files with 1 additions and 1 deletions
|
@ -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 ' ]';
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue