nbsp
This commit is contained in:
parent
f0d5bdcd17
commit
6208ba6644
1 changed files with 1 additions and 1 deletions
|
@ -1253,7 +1253,7 @@ def booksfrontpage():
|
||||||
while sumyear > 1993:
|
while sumyear > 1993:
|
||||||
if len(thisyearbooks(sumyear)) > 0:
|
if len(thisyearbooks(sumyear)) > 0:
|
||||||
if presplit:
|
if presplit:
|
||||||
bookindex.write (" · ")
|
bookindex.write (" · ")
|
||||||
bookindex.write("<a href=\"/trackers/books/" + str(sumyear) + "\">" + str(sumyear) + "</a> (" + str(len(thisyearbooks(sumyear)) + thisyearworkbooks(sumyear)) + ")")
|
bookindex.write("<a href=\"/trackers/books/" + str(sumyear) + "\">" + str(sumyear) + "</a> (" + str(len(thisyearbooks(sumyear)) + thisyearworkbooks(sumyear)) + ")")
|
||||||
presplit = True
|
presplit = True
|
||||||
sumyear -= 1
|
sumyear -= 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue