diff --git a/bbs/qawrite.php b/bbs/qawrite.php index 0f279f3d4..8a032aa6b 100644 --- a/bbs/qawrite.php +++ b/bbs/qawrite.php @@ -96,6 +96,7 @@ if(is_file($skin_file)) { $upload_max_filesize = number_format($qaconfig['qa_upload_size']) . ' 바이트'; $html_value = ''; + $html_checked = ''; if (isset($write['qa_html']) && $write['qa_html']) { $html_checked = 'checked'; $html_value = $write['qa_html'];