From 79228e244e66d90b666d0b9bd75ba2a4e309abe3 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 16 Jun 2023 19:12:56 +0800 Subject: [PATCH] * Change the label style of create build. --- module/build/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/build/control.php b/module/build/control.php index ebb9e47d5d..49aa104db1 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -557,7 +557,7 @@ class build extends control $lastBuild = $this->build->getLast($executionID, $projectID); if($lastBuild) { - echo "
  " . $this->lang->build->last . ": " . $lastBuild->name . "
"; + echo "
  " . $this->lang->build->last . ": " . $lastBuild->name . "
"; } else {