Very minor language cleanup

这个提交包含在:
Adam 2020-11-22 20:01:20 -06:00 提交者 GitHub
父节点 3b6f9e4d99
当前提交 a84b8f6de1
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -10,7 +10,7 @@
<div class="col-md-10">
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="includedeleted" id="includedeleted" value="1" <?php if ($this->input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
<label class="form-check-label" for="includedeleted">Include Deleted</label>
<label class="form-check-label" for="includedeleted">Include deleted</label>
</div>
</div>
</div>
@ -116,7 +116,7 @@
<thead>
<tr>
<td>#</td>
<td>DXCCName</td>
<td>DXCC Name</td>
<td>Prefix</td>';
if ($this->input->post('includedeleted') || $this->input->method() !== 'post')
echo '