mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
파일 이름에 &나 %등의 기호가 들어갈때 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6315 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
635fe75136
commit
8b866a1336
2 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
}
|
||||
|
||||
$src = str_replace(array('&','"'), array('&','&qout;'), $src);
|
||||
$src = str_replace('&', '&', $src);
|
||||
if(!$alt) $alt = $src;
|
||||
|
||||
$attr_output = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue