Merge branch 'master' of github.com:gnuboard/g5

This commit is contained in:
thisgun
2019-09-06 12:29:07 +09:00
6 changed files with 9 additions and 8 deletions

View File

@ -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 = '<div><br><br><br>====== 이전 답변내용 =======<br></div>';