mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed display bug
This commit is contained in:
parent
09b1fd446b
commit
649075286c
@ -308,7 +308,7 @@ def module_toptracks(pictures=True,**kwargs):
|
||||
if pictures:
|
||||
html += "<td><div></div></td>"
|
||||
html += "<td class='stats'>" + "No scrobbles" + "</td>"
|
||||
html += "<td>" + "" + "</td>"
|
||||
#html += "<td>" + "" + "</td>"
|
||||
html += "<td class='amount'>" + "0" + "</td>"
|
||||
html += "<td class='bar'>" + "" + "</td>"
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user