+ add title to td in releases.html.php.

This commit is contained in:
guofeilong
2023-04-03 15:51:09 +08:00
parent 0040359ad4
commit 42af40bcef
+1 -1
View File
@@ -41,7 +41,7 @@
<?php foreach($releases as $release):?>
<tr>
<td><?php printf('%03d', $release->id);?></td>
<td><?php echo $release->version;?></td>
<td title=<?php echo $release->version;?>><?php echo $release->version;?></td>
<td><?php echo $release->desc;?></td>
<td><?php echo zget($users, $release->addedBy, '');?></td>
<td class="c-date"><?php echo $release->addedDate;?></td>