From d03533c2fc2db3582a915a083c89ccd1f21bdef2 Mon Sep 17 00:00:00 2001 From: Zongjun Lan Date: Mon, 21 Mar 2022 09:33:00 +0800 Subject: [PATCH] * fix bug #15274 --- module/testcase/view/caseheader.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/testcase/view/caseheader.html.php b/module/testcase/view/caseheader.html.php index a35a43d4e7..ab58bb41a9 100644 --- a/module/testcase/view/caseheader.html.php +++ b/module/testcase/view/caseheader.html.php @@ -180,9 +180,6 @@ - app->rawMethod == 'browseunits' and (empty($productID) or common::canModify('product', $product))):?> - " . $lang->testtask->importUnitResult, '', "class='btn btn-primary' data-app='{$this->app->tab}'");?> - + app->rawMethod == 'browseunits' and (empty($productID) or common::canModify('product', $product))):?> + " . $lang->testtask->importUnitResult, '', "class='btn btn-primary' data-app='{$this->app->tab}'");?> +