diff --git a/application/views/lookup/result.php b/application/views/lookup/result.php
index ca939e915..841796477 100644
--- a/application/views/lookup/result.php
+++ b/application/views/lookup/result.php
@@ -15,13 +15,13 @@ foreach ($result as $mode => $value) {
'. strtoupper($mode) .' | ';
foreach ($value as $key => $val) {
switch($type) {
- case 'dxcc': $linkinfo = '' . $val . ''; break;
- case 'iota': $linkinfo = '' . $val . ''; break;
- case 'vucc': $linkinfo = '' . $val . ''; break;
- case 'cq': $linkinfo = '' . $val . ''; break;
- case 'was': $linkinfo = '' . $val . ''; break;
- case 'sota': $linkinfo = '' . $val . ''; break;
- case 'wwff': $linkinfo = '' . $val . ''; break;
+ case 'dxcc': $linkinfo = '' . $val . ''; break;
+ case 'iota': $linkinfo = '' . $val . ''; break;
+ case 'vucc': $linkinfo = '' . $val . ''; break;
+ case 'cq': $linkinfo = '' . $val . ''; break;
+ case 'was': $linkinfo = '' . $val . ''; break;
+ case 'sota': $linkinfo = '' . $val . ''; break;
+ case 'wwff': $linkinfo = '' . $val . ''; break;
}
$info = '';
|