]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Use/support <_> and </_>.
[ccbs] / html / templates / player.tmpl
index b41aeb7a146fb3431d79efa5464cd28fe69b55bc..c136f34a663839bbc93c5cbc13cdf02f6308156a 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>