html_process 클래스 코드 수정

This commit is contained in:
thisgun
2020-03-09 16:52:08 +09:00
parent f5b7b3000c
commit a5d959deb8

View File

@ -2594,7 +2594,7 @@ class html_process {
if(!trim($js[1]))
continue;
$js[1] = preg_replace('#\.js([\'\"]?>)$#i', '.js?ver='.G5_JS_VER.'$1', $js[1]);
$js[1] = preg_replace('#\.js([\'\"]?>)<\/script>$#i', '.js?ver='.G5_JS_VER.'$1</script>', $js[1]);
$javascript .= $php_eol.$js[1];
$php_eol = PHP_EOL;