큰 따옴표 치환하도록 수정

This commit is contained in:
chicpro
2015-09-18 12:19:26 +09:00
parent d11f67ba2e
commit 69e068f80b

View File

@ -1382,8 +1382,8 @@ function get_text($str, $html=0)
$target[] = "<";
$source[] = "/>/";
$target[] = ">";
//$source[] = "/\"/";
//$target[] = """;
$source[] = "/\"/";
$target[] = """;
$source[] = "/\'/";
$target[] = "'";
//$source[] = "/}/"; $target[] = "}";