fix: repeated tasks records

pull/1764/head
Tienson Qin 2021-05-10 12:43:32 +08:00
parent 338de314c5
commit c78b225bbb
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@
(when content (when content
(str (string/trimr content) (str (string/trimr content)
"\n" "\n"
(util/format "- %s -> DONE [%s]" (util/format "* %s -> DONE [%s]"
marker marker
(date/get-local-date-time-string))))) (date/get-local-date-time-string)))))
content)) content))