diff web/recent.cgi @ 100:44e8aaa20d02 default tip

Fix the format of archive links.
author John "Elwin" Edwards
date Wed, 03 Aug 2022 20:49:38 -0400
parents 25843238434a
children
line wrap: on
line diff
--- a/web/recent.cgi	Sun Jan 02 20:40:05 2022 -0500
+++ b/web/recent.cgi	Wed Aug 03 20:49:38 2022 -0400
@@ -13,8 +13,8 @@
 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: