From bb22812a891e3a10790de1859fb83b8ecd8daa2e Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 3 Jun 2023 19:05:59 +0200 Subject: [PATCH] [QSL Labels] Fixed link for qslprint --- application/views/labels/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/labels/index.php b/application/views/labels/index.php index 973cc3fa..b51aca01 100644 --- a/application/views/labels/index.php +++ b/application/views/labels/index.php @@ -95,7 +95,7 @@ echo '' . $qso->station_profile_name . ''; echo '' . $qso->station_gridsquare . ''; echo '' . $qso->count . ''; - echo ''; + echo ''; echo ''; echo ''; } ?>