mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
#403 이미지 리사이즈를 xe_content 클래스를 가진 div에서도 적용되도록 수정하고 모든 게시글/컨텐츠에 무조건 xe_content 클래스명을 부여하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3648 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
57c9272fd6
commit
dc45e41634
3 changed files with 8 additions and 2 deletions
|
|
@ -268,6 +268,9 @@
|
|||
$this->document_srl, $this->get('member_srl'),
|
||||
$this->document_srl, $this->get('member_srl')
|
||||
);
|
||||
// 컨텐츠에 대한 조작이 필요하지 않더라도 xe_content라는 클래스명을 꼭 부여
|
||||
} else {
|
||||
$content = sprintf('<div class="xe_content">%s</div>', $content);
|
||||
}
|
||||
|
||||
return $content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue