From aa118473b2c72cce938e992f0240e21bd7d28b1e Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 1 Dec 2021 14:14:06 +0800 Subject: [PATCH] * Fix bug #16893. --- module/gitlab/view/edit.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/gitlab/view/edit.html.php b/module/gitlab/view/edit.html.php index f489baac3b..c22bdd0a96 100644 --- a/module/gitlab/view/edit.html.php +++ b/module/gitlab/view/edit.html.php @@ -21,16 +21,16 @@ - + - + - +
gitlab->name;?>name, "class='form-control' placeholder='{$lang->gitlab->placeholder->name}'");?>name) ? $gitlab->name : '', "class='form-control' placeholder='{$lang->gitlab->placeholder->name}'");?>
gitlab->url;?>url, "class='form-control' placeholder='{$lang->gitlab->placeholder->url}'");?>url) ? $gitlab->url : '', "class='form-control' placeholder='{$lang->gitlab->placeholder->url}'");?>
gitlab->token;?>token, "class='form-control' placeholder='{$lang->gitlab->placeholder->token}'");?>token) ? $gitlab->token : '', "class='form-control' placeholder='{$lang->gitlab->placeholder->token}'");?>