* Modify placeholder.

This commit is contained in:
caoyanyi
2021-12-21 06:11:10 +00:00
parent a6bb7e123f
commit dd807b4192
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->gitlab->branch->name;?></th>
<td><?php echo html::input('branch', '', "class='form-control' placeholder='{$lang->gitlab->branch->name}'");?></td>
<td><?php echo html::input('branch', '', "class='form-control'");?></td>
<td></td>
</tr>
<tr>