diff --git a/api/src/Html.php b/api/src/Html.php index cc5fecea07..b3931d00f1 100644 --- a/api/src/Html.php +++ b/api/src/Html.php @@ -214,7 +214,7 @@ class Html if($enhanced) { Framework::includeJS('/api/js/jquery/chosen/chosen.jquery.js'); Framework::includeCSS('/api/js/jquery/chosen/chosen.css',null,false); - $out .= "\n"; + $out .= "\n"; } return $out; }