]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/map_info.mako
Various small improvements to style and headings
[xonotic/xonstat.git] / xonstat / templates / map_info.mako
index 7cdd52ca4cda3efdccf7c205a6408ee4fe92ad82..1b4a8c18ac76373b826e88f5e94381cde3b30b0b 100755 (executable)
@@ -14,10 +14,8 @@ ${parent.title()}
 
 % else:
 <h2>Map Detail</h2>
-<ul>
-   <li>ID: ${gmap.map_id}</li>
-   <li>Name: ${gmap.name}</li>
-   <li>PK3 Name: ${gmap.pk3_name}</li>
-   <li>Curl URL: ${gmap.curl_url}</li>
-</ul>
+ID: ${gmap.map_id} <br />
+Name: ${gmap.name} <br />
+PK3 Name: ${gmap.pk3_name} <br />
+Curl URL: ${gmap.curl_url} <br />
 % endif