Fix the format of archive links.

This commit is contained in:
John "Elwin" Edwards 2022-08-03 20:49:38 -04:00
parent de10008bdb
commit 5ab8448de6
2 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,8 @@ import rlgall
sys.stdout.write("Content-Type: text/html; charset=utf-8\r\n\r\n")
# The top of the page
sys.stdout.write(rlgall.phead.format("Recent Games"))
sys.stdout.write(rlgall.ptop);
sys.stdout.write(rlgall.navtop.format("Recent"));
sys.stdout.write(rlgall.ptop)
sys.stdout.write(rlgall.navtop.format("Recent"))
sys.stdout.write(rlgall.pti.format("Recent Expeditions"))
for game in rlgall.gamelist: