diff --git a/src/Task.cpp b/src/Task.cpp index ad99e8b1d..b07af1e8a 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1047,7 +1047,7 @@ void Task::addAnnotation (const std::string& description) } while (has (key)); - (*this)[key] = description; + (*this)[key] = json::decode (description); ++annotation_count; recalc_urgency = true; }