From 749a68b5a3085a673381d0d66bdd30456f5fc912 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:16:03 -0500 Subject: [PATCH] Remove broken link in options --- code/admin/theme-options-layouts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/admin/theme-options-layouts.php b/code/admin/theme-options-layouts.php index f31f63f..ea63d6a 100644 --- a/code/admin/theme-options-layouts.php +++ b/code/admin/theme-options-layouts.php @@ -806,7 +806,7 @@ ), array("name" => "Scaling", - "desc" => "Don't allow pinch and zoom on touch devices. Selecting this will fix a bug on mobile Safari.", + "desc" => "Don't allow pinch and zoom on touch devices. Selecting this will fix a bug on mobile Safari.", "id" => "suf_responsive_prevent_user_scaling", "parent" => "responsive", "type" => "checkbox",