diff options
Diffstat (limited to 'playoff/template.py')
-rw-r--r-- | playoff/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playoff/template.py b/playoff/template.py index 5a282e3..8648a67 100644 --- a/playoff/template.py +++ b/playoff/template.py @@ -11,7 +11,7 @@ MATCH_TABLE = ''' ''' MATCH_TEAM_ROW = ''' -<tr> +<tr class="%s"> <td class="bd1"> <a href="%s" onmouseover="Tip('%s')" onmouseout="UnTip()">%s</a> </td> <td class="bdc"> <a href="%s" target="_top"> |