Removed dash as its not used for options seperation

这个提交包含在:
Peter Goodhall 2019-05-16 16:11:00 +01:00
父节点 e4f6242a1d
当前提交 40ad2c138f

查看文件

@ -43,7 +43,7 @@
?> ?>
</td> </td>
<td><span class="btn btn-outline-primary btn-sm"><?php echo ucfirst($row->status); ?></span> - <a href="<?php echo site_url('/api/validate/?key='.$row->key); ?>" class="btn btn-success btn-sm">Test</td> <td><span class="btn btn-outline-primary btn-sm"><?php echo ucfirst($row->status); ?></span> <a href="<?php echo site_url('/api/validate/?key='.$row->key); ?>" class="btn btn-success btn-sm">Test</td>
</tr> </tr>
<?php } ?> <?php } ?>