diff --git a/module/productplan/view/browse.html.php b/module/productplan/view/browse.html.php index 7e3d59eade..e2a6c948fe 100644 --- a/module/productplan/view/browse.html.php +++ b/module/productplan/view/browse.html.php @@ -112,7 +112,7 @@ bugs;?> hour;?> projectID)) echo html::a(helper::createLink('project', 'task', 'projectID=' . $plan->projectID), '');?> - desc)));?>' class='text-left content'>", "\n", str_replace("\n", '', $plan->desc))));?> + desc)));?>' class='text-left content'>", "\n", str_replace(array("\n", "\r"), '', $plan->desc))));?> id"), '', '', "class='btn' title='{$lang->project->create}'");