mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
#18088566 멀티미디어 자료 관리 컴포넌트가 정렬이 안되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6623 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce27bbf562
commit
97b90f7031
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
$src = str_replace(array('&','"'), array('&','&qout;'), $src);
|
||||
$src = str_replace('&', '&', $src);
|
||||
|
||||
return sprintf("<div><script type=\"text/javascript\">displayMultimedia(\"%s\", \"%s\",\"%s\", { \"autostart\" : %s, \"wmode\" : \"%s\" });</script></div>", $src, $width, $height, $auto_start, $wmode);
|
||||
return sprintf("<script type=\"text/javascript\">displayMultimedia(\"%s\", \"%s\",\"%s\", { \"autostart\" : %s, \"wmode\" : \"%s\" });</script>", $src, $width, $height, $auto_start, $wmode);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue