diff --git a/common.php b/common.php index 2abb476..3ae7d43 100644 --- a/common.php +++ b/common.php @@ -2394,6 +2394,7 @@ function render_list($path = '', $files = []) $html = str_replace('', '', $html); } $html = str_replace('', getconstStr('File'), $html); + while (strpos($html, '')) $html = str_replace('', $files['id'], $html); $html = str_replace('', getconstStr('ShowThumbnails'), $html); $html = str_replace('', getconstStr('CopyAllDownloadUrl'), $html); $html = str_replace('', getconstStr('EditTime'), $html);