diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index e06c35301..ceec510b4 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1460,6 +1460,7 @@ $(document).ready(function() { $content .= "getID() : "") ."\">"; $content .= "
\n"; $content .= "getName()) : "") ."\" placeholder=\"".getMLText('type_to_search')."\" autocomplete=\"off\" />"; + $content .= ""; if(!$skiptree) $content .= "".getMLText("document")."…\n"; $content .= "
\n"; @@ -2024,7 +2025,7 @@ $(document).ready(function() { print ""; if(!$plain) { print "
"; - + $this->contentEnd(); $this->htmlEndPage(); }