[QSO Window] Country names not full uppercase
这个提交包含在:
父节点
2862b7851a
当前提交
5f331b651f
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -224,7 +224,7 @@
|
||||||
<?php if($row->station_country) { ?>
|
<?php if($row->station_country) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Station Country:</td>
|
<td>Station Country:</td>
|
||||||
<td><?php echo $row->station_country; ?></td>
|
<td><?php echo ucwords(strtolower(($row->station_country))); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用