diff --git a/lang/en_us.php b/lang/en_us.php index b7e61c5..1c2359f 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -138,4 +138,6 @@ define("STRINGS", [ "delete" => "Delete", "new folder" => "New Folder", "new" => "New", + "search" => "Search", + "no results" => "No results.", ]); \ No newline at end of file diff --git a/lib/filepicker_unsplash.php b/lib/filepicker_unsplash.php index e9defe0..e3bbcc5 100644 --- a/lib/filepicker_unsplash.php +++ b/lib/filepicker_unsplash.php @@ -39,7 +39,7 @@ $images-> $htmlout = ""; if (count($images) == 0) { - $htmlout = "" . lang("no results", false) . ""; + $htmlout = "
" . lang("no results", false) . "
"; } $htmlout .= '
';