diff --git a/common.php b/common.php index a523f38..5453e4e 100644 --- a/common.php +++ b/common.php @@ -1854,6 +1854,12 @@ function render_list($path = '', $files = '') $tmp = splitfirst($tmp[1], ''); $html .= $tmp[1]; } + while (strpos($html, '')) { + $tmp = splitfirst($html, ''); + $html = $tmp[0]; + $tmp = splitfirst($tmp[1], ''); + $html .= $tmp[1]; + } while (strpos($html, '')) { $html = str_replace('', '', $html); $html = str_replace('', '', $html);