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

This commit is contained in:
zero 2007-03-14 03:39:03 +00:00
parent 4bdee6e7f1
commit 763be05279
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,3 @@
<!--#include("header.html")-->
<!-- 댓글 정보 출력 --> <!-- 댓글 정보 출력 -->
<div> <div>
{$lang->comment} : {count($document->comment_list)} {$lang->comment} : {count($document->comment_list)}

View file

@ -1,7 +1,7 @@
<!--%import("filter/insert_comment.xml")--> <!--%import("filter/insert_comment.xml")-->
<!--@if($source_comment)--> <!--@if($source_comment)-->
<!--#include("footer.html")--> <!--#include("header.html")-->
<!--@end--> <!--@end-->
<!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 --> <!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->

View file

@ -50,7 +50,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="5"> <td colspan="6">
{nl2br($val->author->description)} {nl2br($val->author->description)}
</td> </td>
</tr> </tr>