merge-requests/8/head
Bob Mottram 2020-11-06 12:33:24 +00:00
parent 8c7a1cfd07
commit 00ac3016f1
1 changed files with 1 additions and 1 deletions

View File

@ -5966,7 +5966,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
# should this checkbox be selected?
selectedStr = ''
if dateStr in citationsSelected:
selectedStr = ' selected'
selectedStr = ' checked'
publishedDate = \
datetime.strptime(dateStr, "%Y-%m-%d %H:%M:%S%z")