mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3540 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11adfbd902
commit
ea2a464abb
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
// 이미지이름이나 마크가 없으면 원본 정보를 세팅
|
||||
if(!$image_name_file && !$image_mark_file) return $matches[0];
|
||||
|
||||
$nick_name = htmlspecialchars(strip_tags($nick_name));
|
||||
$text = $nick_name = htmlspecialchars(strip_tags($nick_name));
|
||||
|
||||
// 이미지 이름이 있을 경우
|
||||
if($image_name_file) $text = sprintf('<img src="%s" border="0" alt="id: %s" title="id: %s" style="vertical-align:middle;margin-right:3px" />', $image_name_file, $nick_name, $nick_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue