mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@781 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a576bdc326
commit
02f3858c76
5 changed files with 6 additions and 6 deletions
|
|
@ -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)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue