* Modify branch encode.

This commit is contained in:
caoyanyi
2022-02-24 10:17:55 +08:00
parent 62e3561950
commit 4a718ac2bc
6 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<h2><?php echo $pageTitle;?></h2>
</div>
<form id='branchForm' method='post' class='form-ajax' enctype="multipart/form-data">
<?php if($branch) echo html::hidden('name', $branch);?>
<?php if($branch) echo html::hidden('name', $branchPriv->name);?>
<table class='table table-form'>
<tr>
<th><?php echo $lang->gitlab->branch->name;?></th>