mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
기본 게시판 스킨의 댓글에 ul/ol에 대한 강제 style 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3807 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f8fed039f6
commit
b8432ed82d
6 changed files with 7 additions and 9 deletions
|
|
@ -56,7 +56,9 @@
|
|||
</form>
|
||||
<!--@else-->
|
||||
<!--@if($comment->getProfileImage())-->
|
||||
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage" alt="profile"/>
|
||||
<div class="commentProfileImage">
|
||||
<img src="{$comment->getProfileImage()}" alt="profile"/>
|
||||
</div>
|
||||
<!--@end-->
|
||||
{$comment->getContent(true)}
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue