mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Fixed frequency tag in logbook.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user