큰 따옴표 치환하도록 수정
This commit is contained in:
@ -1382,8 +1382,8 @@ function get_text($str, $html=0)
|
||||
$target[] = "<";
|
||||
$source[] = "/>/";
|
||||
$target[] = ">";
|
||||
//$source[] = "/\"/";
|
||||
//$target[] = """;
|
||||
$source[] = "/\"/";
|
||||
$target[] = """;
|
||||
$source[] = "/\'/";
|
||||
$target[] = "'";
|
||||
//$source[] = "/}/"; $target[] = "}";
|
||||
|
||||
Reference in New Issue
Block a user