From 0402877a39ac886a3404c80757f07b275b35bcf6 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 5 Mar 2024 18:18:14 +0100 Subject: [PATCH] remove unused () --- views/bootstrap/class.Bootstrap.php | 2 +- views/bootstrap4/class.Bootstrap4.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 824d6f9e6..7edb17ece 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1702,7 +1702,7 @@ function folderSelected(id, name) { $formname = "targetid"; $formid = md5($formname.$form); $content = ''; - $content .= "getID() : "") ."\" data-target-highlight=\"choosefoldersearch".$formid."\">"; + $content .= "getID() : "") ."\" data-target-highlight=\"choosefoldersearch".$formid."\">"; $content .= "
\n"; $content .= "getName()) : "") ."\" placeholder=\"".getMLText('type_to_search')."\" autocomplete=\"off\" target=\"".$formid."\"".($default ? ' title="'.htmlspecialchars($default->getFolderPathPlain()).'"' : '')."/>"; $content .= ""; diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index a0c6f3995..6c5ab1812 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -1734,7 +1734,7 @@ function folderSelected(id, name) { $formname = "targetid"; $formid = md5($formname.$form); $content = ''; - $content .= "getID() : "") ."\" data-target-highlight=\"choosefoldersearch".$formid."\">"; + $content .= "getID() : "") ."\" data-target-highlight=\"choosefoldersearch".$formid."\">"; $content .= "
\n"; $content .= "getName()) : "") ."\" placeholder=\"".getMLText('type_to_search')."\" autocomplete=\"off\" target=\"".$formid."\"/>"; $content .= '
';