Delete a blank line.

This commit is contained in:
zhouxin
2021-11-19 15:32:45 +08:00
parent 02c028365b
commit b98f417d97
-1
View File
@@ -154,7 +154,6 @@ $lang->action->desc->syncprogram = '$date, started by <strong>$actor</strong
$lang->action->desc->syncproject = '$date, starting the execution sets the project status as Ongoing.' . "\n";
$lang->action->desc->syncexecution = '$date, starting the task sets the execution status as Ongoing.' . "\n";
/* Used to describe the history of operations related to parent-child tasks. */
$lang->action->desc->createchildren = '$date, <strong>$actor</strong> created a child task <strong>$extra</strong>。' . "\n";
$lang->action->desc->linkchildtask = '$date, <strong>$actor</strong> linked a child task <strong>$extra</strong>。' . "\n";