diff --git a/adm/qa_config.php b/adm/qa_config.php
index 92e9a4632..b73062251 100644
--- a/adm/qa_config.php
+++ b/adm/qa_config.php
@@ -306,7 +306,7 @@ if(!isset($qaconfig['qa_include_head'])) {
|
-
+
|
diff --git a/bbs/qawrite.php b/bbs/qawrite.php
index 5a7a47345..484f271b5 100644
--- a/bbs/qawrite.php
+++ b/bbs/qawrite.php
@@ -67,7 +67,7 @@ if(is_file($skin_file)) {
$content = '';
if ($w == '') {
- $content = $qaconfig['qa_insert_content'];
+ $content = html_purifier($qaconfig['qa_insert_content']);
} else if($w == 'r') {
if($is_dhtml_editor)
$content = '
====== 이전 답변내용 =======
';