mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
fix html tag content widget
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
870344d454
commit
5c21d8b997
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_icon=='Y')-->
|
||||
<span class="icon">{$item->printExtraImages()}</span></td>
|
||||
<span class="icon">{$item->printExtraImages()}</span>
|
||||
<!--@end-->
|
||||
|
||||
</td>
|
||||
<!--@else if($v=='nickname')-->
|
||||
<td><a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a></td>
|
||||
<!--@else if($v=='regdate')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue