From 2e9495076ed0a1d35c0e5ecbefe4c8b5d2558237 Mon Sep 17 00:00:00 2001 From: dlandon Date: Mon, 13 Jan 2025 12:57:29 -0600 Subject: [PATCH] Tool tip showed '%20' instead of a blank in a share with a space. --- emhttp/plugins/dynamix/include/ShareList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/ShareList.php b/emhttp/plugins/dynamix/include/ShareList.php index 20b64fb85..c0c5443a7 100644 --- a/emhttp/plugins/dynamix/include/ShareList.php +++ b/emhttp/plugins/dynamix/include/ShareList.php @@ -261,7 +261,7 @@ foreach ($shares as $name => $share) { } } - echo ""; + echo ""; echo "$help$luks$name"; echo "{$share['comment']}";