mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#155. 서버의 php버전에 따라서 xml_parser_create함수와 관련된 파싱 부분에서 개행문자열의 trim처리에 의한 body 내용에 \n가 사라지는 문제를 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2523 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e020b75e18
commit
3310622670
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
* @brief body 내용
|
||||
**/
|
||||
function _tagBody($parser, $body) {
|
||||
if(!trim($body)) return;
|
||||
//if(!trim($body)) return;
|
||||
$this->output[count($this->output)-1]->body .= $body;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue