diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php index 2f906328e..1f2ca7534 100644 --- a/bbs/gcaptcha/gcaptcha.lib.php +++ b/bbs/gcaptcha/gcaptcha.lib.php @@ -175,6 +175,7 @@ function captcha_html($class="captcha") $png_file_url = G4_CACHE_URL.'/'.$obj->captcha_filename.'.png'; $wav_file_url = G4_CACHE_URL.'/'.$obj->captcha_filename.'.wav'; + $html .= PHP_EOL.''; $html .= PHP_EOL.''; $html .= '
'; $html .= '스팸방지'; diff --git a/bbs/gcaptcha/get.php b/bbs/gcaptcha/get.php index e1b0e4a5e..fbc38bdf0 100644 --- a/bbs/gcaptcha/get.php +++ b/bbs/gcaptcha/get.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/bbs/memo_form.php b/bbs/memo_form.php index 3934ee4fa..0571f0ef2 100644 --- a/bbs/memo_form.php +++ b/bbs/memo_form.php @@ -1,6 +1,6 @@ function fmemoform_submit(f) { - + return true; }