mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04: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:
|
if pictures:
|
||||||
html += "<td><div></div></td>"
|
html += "<td><div></div></td>"
|
||||||
html += "<td class='stats'>" + "No scrobbles" + "</td>"
|
html += "<td class='stats'>" + "No scrobbles" + "</td>"
|
||||||
html += "<td>" + "" + "</td>"
|
#html += "<td>" + "" + "</td>"
|
||||||
html += "<td class='amount'>" + "0" + "</td>"
|
html += "<td class='amount'>" + "0" + "</td>"
|
||||||
html += "<td class='bar'>" + "" + "</td>"
|
html += "<td class='bar'>" + "" + "</td>"
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user