From 3a84ec91d43e9a9b17a1ab51a50666be355d8062 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 8 Jul 2014 09:21:47 +0200 Subject: [PATCH] fix php syntax error --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index a7d07cc61..f13b3cd6d 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -930,7 +930,7 @@ function folderSelected(id, name) { $formname = "targetid"; print "getID() : "") ."\">"; print "
\n"; - print "getName()) : "") ."\" placeholder=\"".getMLText('type_to_search')."\" autocomplete=\"off\" target=\"".$formid."\"/>"; + print "getName()) : "") ."\" placeholder=\"".getMLText('type_to_search')."\" autocomplete=\"off\" target=\"".$formid."\"/>"; print "".getMLText("folder")."…\n"; print "
\n"; ?>