* Correct bad syntax.

This commit is contained in:
dingguodong
2021-08-23 10:40:34 +08:00
parent 852120191b
commit 2c0afdeedc
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php js::set('repoTypes', $repoTypes)?>
<?php js::set('repoTypes', $repoTypes);?>
<?php js::set('triggerType', $job->triggerType);?>
<?php js::set('pipeline', $job->pipeline);?>
<?php js::set('dirChange', $lang->job->dirChange);?>