diff --git a/module/build/control.php b/module/build/control.php index c89901ae58..abda50d77d 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -393,7 +393,7 @@ class build extends control $lastBuild = $this->build->getLast($executionID, $projectID); if(!$lastBuild) return print(''); - echo "
  " . $this->lang->build->last . ": " . $lastBuild->name . "
"; + echo "
  " . $this->lang->build->last . ": " . $lastBuild->name . "
"; } /** diff --git a/module/build/ui/create.html.php b/module/build/ui/create.html.php index 9ba05147bb..b644073340 100644 --- a/module/build/ui/create.html.php +++ b/module/build/ui/create.html.php @@ -174,7 +174,7 @@ formPanel div ( setClass('help-block'), - html(' ' . $lang->build->last . ': ' . $lastBuild->name . '') + html(' ' . $lang->build->last . ': ' . $lastBuild->name . '') ) ) ) : ''