From 7a23b6fbfc48a50bb42c950ef7c19e765cdc6820 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 20 Sep 2022 19:55:31 +0200 Subject: [PATCH] [Quick Lookup] Added ucwords with options to dxcc name --- application/views/lookup/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/views/lookup/index.php b/application/views/lookup/index.php index 995ef6c6..b0d755bb 100644 --- a/application/views/lookup/index.php +++ b/application/views/lookup/index.php @@ -14,7 +14,11 @@ adif . '>' . $d->prefix . ' - ' . ucwords(strtolower(($d->name))) . ''; + echo ''; } ?>