mirror of
https://git.code.sf.net/p/quake/website
synced 2024-12-02 17:12:20 +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 '[ ';
|
||||||
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
|
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
|
||||||
echo ' | ';
|
echo ' | ';
|
||||||
echo '<A href="' . $archiveUrl . $listName . '/">archives</A>';
|
echo '<A href="' . $archiveUrl . $listName . '">archives</A>';
|
||||||
echo ' ]';
|
echo ' ]';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue