]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Minor template tweaks.
[ccbs] / html / templates / player.tmpl
index c136f34a663839bbc93c5cbc13cdf02f6308156a..35945ccdd88eef63477365a7f3610c34d00ca965 100644 (file)
@@ -3,10 +3,10 @@
 
   <div>
     <ul>
-      <li><_>Nick</_>: [% player.nick %]</li>
-      <li><_>Land</_>: [% player.countryname %]</li>
+      <li><_>Nick:</_> [% player.nick %]</li>
+      <li><_>Land:</_> [% player.countryname %]</li>
 [% IF player.clubname != '' %]
-      <li><_>Klubb</_>: [% player.clubname %]</li>
+      <li><_>Klubb:</_> [% player.clubname %]</li>
 [% END %]      
     </ul>
   </div>