[logbook] Convert the first character of each word in country name to upper case to be consistant

这个提交包含在:
Peter Goodhall 2020-09-05 23:33:23 +01:00
父节点 2d2af35536
当前提交 048a86a581

查看文件

@ -41,7 +41,7 @@
<?php } else { ?> <?php } else { ?>
<td><?php echo strtolower($row->COL_BAND); ?></td> <td><?php echo strtolower($row->COL_BAND); ?></td>
<?php } ?> <?php } ?>
<td><?php echo $row->COL_COUNTRY; ?></td> <td><?php echo ucwords(strtolower(($row->COL_COUNTRY))); ?></td>
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> <?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
<td class="qsl"> <td class="qsl">
<span class="qsl-<?php <span class="qsl-<?php