mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Fixed frequency tag in logbook.
This commit is contained in:
parent
b2b7596bca
commit
2cf7e87d75
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ function echo_table_header_col($ctx, $name) {
|
|||
case 'State': echo '<th>'.$ctx->lang->line('gen_hamradio_state').'</th>'; break;
|
||||
case 'Grid': echo '<th>'.$ctx->lang->line('gen_hamradio_gridsquare').'</th>'; break;
|
||||
case 'Band': echo '<th>'.$ctx->lang->line('gen_hamradio_band').'</td>'; break;
|
||||
case 'Frequency': echo '<td>'.$ctx->lang->line('gen_hamradio_frequency').'</td>'; break;
|
||||
case 'Frequency': echo '<th>'.$ctx->lang->line('gen_hamradio_frequency').'</th>'; break;
|
||||
case 'Operator': echo '<th>'.$ctx->lang->line('gen_hamradio_operator').'</th>'; break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue