Changes

m
Fix linking to specific maps in the new world page layout.
Line 103: Line 103:  
             map_data.eo and templates.eo_map_rows or templates.map_rows,
 
             map_data.eo and templates.eo_map_rows or templates.map_rows,
 
             id = id,
 
             id = id,
             link = string.format("World %d#%s", world_id, id),
+
             link = string.format("World %d#/%s", world_id, id),
 
             module_link = string.format("World %d/%s", world_id, id),
 
             module_link = string.format("World %d/%s", world_id, id),
 
             banner = string.format("[[File:%s Banner.png]]", id),
 
             banner = string.format("[[File:%s Banner.png]]", id),