Tweak default time/size for nonexistent data

This commit is contained in:
Rohan McGovern 2022-06-29 15:44:46 +10:00
parent 3062bdad26
commit 8d5a624f18

View file

@ -21,8 +21,8 @@ class GeneratedIndex:
class IndexEntry: class IndexEntry:
href: str href: str
text: str text: str
time: str = "-" time: str = ""
size: str = "-" size: str = ""
padding: str = "" padding: str = ""
icon: str = ICON_OTHER icon: str = ICON_OTHER