From 20fbaa08ed435cdd64cdcdca5177d4af60029df4 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 4 Jan 2025 17:55:37 +0100 Subject: [PATCH] escape quotes in json to prevent the share modal from failing --- application/views/view_log/qso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 312f564c3..97eae632d 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -639,7 +639,7 @@ $twitter_string .= $distancestring." on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags; } ?> - +