mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
lifepod에서 제목이나 설명에 작은 따옴표가 있는 경우 에러 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3546 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
205324a735
commit
aa8687b273
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@
|
|||
}
|
||||
|
||||
$data->childNodes["description"]->body = str_replace("\n", "<BR />", $data->childNodes["description"]->body);
|
||||
$data->childNodes["description"]->body = str_replace("'", "\'", $data->childNodes["description"]->body);
|
||||
$data->childNodes["title"]->body = str_replace("'", "\'", $data->childNodes["title"]->body);
|
||||
}
|
||||
$calendars[] = $page;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue