From 3bdd40ece0437d8ce555b786bb8e918ad3843746 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 21 May 2019 13:28:11 +0800 Subject: [PATCH] * adjust for plan desc in browse. --- module/productplan/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}'");