* Modify close html files.

This commit is contained in:
liumengyi
2021-12-15 16:29:04 +08:00
parent 925919f913
commit a6c87dec8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<h2>
<span class='label label-id'><?php echo $kanban->id;?></span>
<?php echo "<span title='$kanban->name'>" . $kanban->name . '</span>';?>
</div>
</h2>
</div>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<table class='table table-form'>
+1 -1
View File
@@ -18,7 +18,7 @@
<h2>
<span class='label label-id'><?php echo $space->id;?></span>
<?php echo "<span title='$space->name'>" . $space->name . '</span>';?>
</div>
</h2>
</div>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<table class='table table-form'>