Skip to content

Commit 127ab30

Browse files
committed
minor fix
1 parent 70c31dc commit 127ab30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def contests():
803803
str(i["Platform"]).lower() + \
804804
"_small.png"),
805805
_title=site_mapping[i["Platform"]],
806-
_style=icon_style)))
806+
_class="parent-site-icon-small")))
807807

808808
append(TD(str(start_time), _class="stopstalk-timestamp"))
809809

0 commit comments

Comments
 (0)