게시판 폭 지정시 px 붙지 않는 오류 수정

This commit is contained in:
chicpro
2013-04-08 13:24:43 +09:00
parent 25bf5cd2d1
commit b6a10d4a0d
2 changed files with 6 additions and 1 deletions

View File

@ -338,6 +338,8 @@ $upload_max_filesize = number_format($board['bo_upload_size']) . ' 바이트';
$width = $board['bo_table_width'];
if ($width <= 100)
$width .= '%';
else
$width .= 'px';
$captcha_html = '';
$captcha_js = '';