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

This commit is contained in:
gnuboard
2013-01-18 18:09:27 +09:00
3 changed files with 12 additions and 8 deletions

View File

@ -71,7 +71,10 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
</article>
<?}?>
<? if ($is_comment_write) { ?>
<? if ($is_comment_write) {
if($w == '')
$w = 'c';
?>
<aside id="bo_vc_w">
<h2>댓글쓰기</h2>
<form name="fviewcomment" method="post" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" autocomplete="off">