g5 merge 충돌 수정

This commit is contained in:
chicpro
2013-11-12 18:18:21 +09:00
6 changed files with 6 additions and 6 deletions

View File

@ -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++)