* Adjust code style in tree module.

This commit is contained in:
holan20180123
2021-08-18 13:44:16 +08:00
parent a6ed9fa6f5
commit f26c989ed2
+1 -1
View File
@@ -411,7 +411,7 @@ class treeModel extends model
$projectID = zget($extra, 'projectID', 0);
$branchLink = helper::createLink($this->app->rawModule, $this->app->rawMethod, "projectID=$projectID&productID=$rootID&branch=$branchID&browseType=bybranch" . $extraParams);
}
$linkHtml = html::a($branchLink, $branch, "", "id=branch" . $branchID);
$linkHtml = html::a($branchLink, $branch, "", "id=branch" . $branchID);
}
if($firstBranch and $product->type != 'normal')
{