* finish task #42159.

This commit is contained in:
王怡栋
2021-09-02 16:47:50 +08:00
parent 38e4833506
commit 003f03589c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ EOT;
</div>
<div class='modal-body'>
<div class='form-group'>
<?php echo html::textArea('config', $configContent, "rows='15' class='form-control'");?>
<?php echo html::textarea('config', $configContent, "rows='15' class='form-control'");?>
</div>
<div class='help-block text-center'>
<?php