Fix the format of archive links.
This commit is contained in:
parent
de10008bdb
commit
5ab8448de6
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue