diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index 8d3ed9530..29722a6d9 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -568,7 +568,7 @@ (when content (str (string/trimr content) "\n" - (util/format "- %s -> DONE [%s]" + (util/format "* %s -> DONE [%s]" marker (date/get-local-date-time-string))))) content))