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

This commit is contained in:
zero 2007-03-29 11:37:30 +00:00
parent a576bdc326
commit 02f3858c76
5 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
<!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
<!--@if($source_comment)-->
<div>
<table>
<table border="1" width="100%">
<col width="120" />
<col width="*" />
<tr>
@ -35,7 +35,7 @@
<input type="hidden" name="comment_srl" value="{$comment_srl}" />
<input type="hidden" name="content" value="{htmlspecialchars($comment->content)}" />
<input type="hidden" name="parent_srl" value="{$parent_srl}" />
<table width="100%">
<table width="100%" border="1">
<col width="120" />
<col width="*" />
<!--@if(!$is_logged)-->