mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
포인트 레벨 아이콘 사용시 서명부분이 깨어지는 버그 수정.. 다시 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2043 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ca76c1d88
commit
79b523cf5a
2 changed files with 1 additions and 2 deletions
|
|
@ -13,5 +13,5 @@
|
|||
if($called_position != "before_display_content") return;
|
||||
|
||||
$oPointController = &getController('point');
|
||||
$output = preg_replace_callback('!<(div|span)([^\>]*)member_([0-9\-]*)([^\>]*)>(.*?)\<\/(div|span)\>!is', array($oPointController, 'transLevelIcon'), $output);
|
||||
$output = preg_replace_callback('!<(div|span)([^\>]*)member_([0-9\-]+)([^\>]*)>(.*?)\<\/(div|span)\>!is', array($oPointController, 'transLevelIcon'), $output);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue