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}'");?> | |