mirror of https://gitlab.com/bashrc2/epicyon
Checked
parent
8c7a1cfd07
commit
00ac3016f1
|
@ -5966,7 +5966,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
|
||||||
# should this checkbox be selected?
|
# should this checkbox be selected?
|
||||||
selectedStr = ''
|
selectedStr = ''
|
||||||
if dateStr in citationsSelected:
|
if dateStr in citationsSelected:
|
||||||
selectedStr = ' selected'
|
selectedStr = ' checked'
|
||||||
|
|
||||||
publishedDate = \
|
publishedDate = \
|
||||||
datetime.strptime(dateStr, "%Y-%m-%d %H:%M:%S%z")
|
datetime.strptime(dateStr, "%Y-%m-%d %H:%M:%S%z")
|
||||||
|
|
Loading…
Reference in New Issue