git-svn-id: http://xe-core.googlecode.com/svn/trunk@130 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-20 11:08:50 +00:00
parent 969c831a18
commit 2525fe0838
19 changed files with 29 additions and 39 deletions

View file

@ -1,4 +1,4 @@
<!--%import("filter/filter.insert_comment.xml")-->
<!--%import("filter/insert_comment.xml")-->
<!--#include("header.html")-->
<!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
@ -34,7 +34,6 @@
<!-- 글쓰기 폼 -->
<form action="./" method="get" onsubmit="return procFilter(this, insert_comment)">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="procInsertComment" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="comment_srl" value="{$comment_srl}" />
<input type="hidden" name="content" value="{htmlspecialchars($comment->content)}" />