diff --git a/bbs/ckeditor/ckeditor.lib.php b/bbs/ckeditor/ckeditor.lib.php
index 26017287d..b27798394 100644
--- a/bbs/ckeditor/ckeditor.lib.php
+++ b/bbs/ckeditor/ckeditor.lib.php
@@ -1,16 +1,16 @@
';
- $html .= PHP_EOL.'';
- $html .= PHP_EOL.'';
+ $html .= "\n".'';
+ $html .= "\n".'';
+ $html .= "\n".'';
$js = false;
}
@@ -21,7 +21,7 @@ function editor_html($id, $content, $ckeditor=true, $class="")
// textarea 로 값을 넘긴다. javascript 반드시 필요
-function get_editor_js($id, $ckeditor=true)
+function get_editor_js($id, $ckeditor=true)
{
if ( $ckeditor ) {
return "var {$id}_editor_data = CKEDITOR.instances.{$id}.getData();\n";
diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php
index a1b9af3a2..38a7daaf0 100644
--- a/bbs/gcaptcha/gcaptcha.lib.php
+++ b/bbs/gcaptcha/gcaptcha.lib.php
@@ -1,7 +1,7 @@
get_captcha_key();
-
+
set_session('ss_captcha_cnt', 0);
set_session('ss_captcha_key', $captcha_key);
@@ -125,7 +125,7 @@ class gcaptcha
imagejpeg($im, G4_DATA_PATH.'/cache/'.$this->captcha_filename.'.jpg');
imagedestroy($im);
- $this->make_wav($this->captcha_filename.'.wav');
+ $this->make_wav($this->captcha_filename.'.wav');
}
function get_captcha_filename()
@@ -152,7 +152,7 @@ class gcaptcha
}
/*
-사용법 :
+사용법 :
$gcaptcha = new gcaptcha();
$gcaptcha->set_captcha_length(mt_rand(4, 6));
$gcaptcha->set_position(mt_rand(0, 10), mt_rand(15, 20));
@@ -175,8 +175,8 @@ function captcha_html($class='captcha')
$jpg_file_url = G4_DATA_URL.'/cache/'.$obj->captcha_filename.'.jpg';
$wav_file_url = G4_DATA_URL.'/cache/'.$obj->captcha_filename.'.wav';
- $html .= PHP_EOL.'';
- $html .= PHP_EOL.'';
+ $html .= "\n".'';
+ $html .= "\n".'';
$html .= '