mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
msg 에 HTML 태그가 있을 경우
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5282 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d14947cd8b
commit
8486f9b132
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<td class="log"><a href="{getUrl('type','file','path',urlencode($p),'revs',$item->revision)}">{$item->revision}</a></td>
|
||||
<td class="tCenter"><input type="radio" name="erev" value="{$item->revision}" <!--@if($erev==$item->revision)-->checked="checked"<!--@end--> /></td>
|
||||
<td class="tCenter"><input type="radio" name="brev" value="{$item->revision}" <!--@if($brev==$item->revision)-->checked="checked"<!--@end--> /></td>
|
||||
<td class="summaryText"><div class="close">{$item->msg} </div></td>
|
||||
<td class="summaryText"><div class="close">{htmlspecialchars($item->msg)} </div></td>
|
||||
<td class="tCenter"><span class="author">{$item->author}</span></td>
|
||||
<td>{$item->gap} ({$item->date})</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue