mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-30 16:01:24 +00:00
Remove spurious / char.
This commit is contained in:
parent
f95de66d8b
commit
cae96dc6be
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,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