g5 merge 충돌 수정
This commit is contained in:
@ -484,7 +484,7 @@ function conv_content($content, $html)
|
||||
$target[] = "<br/>";
|
||||
}
|
||||
|
||||
// 테이블 태그의 수를 세어 테이블이 깨지지 않도록 한다.
|
||||
// 테이블 태그의 개수를 세어 테이블이 깨지지 않도록 한다.
|
||||
$table_begin_count = substr_count(strtolower($content), "<table");
|
||||
$table_end_count = substr_count(strtolower($content), "</table");
|
||||
for ($i=$table_end_count; $i<$table_begin_count; $i++)
|
||||
|
||||
Reference in New Issue
Block a user