diff --git a/classes/xml/XmlParser.class.php b/classes/xml/XmlParser.class.php index 9303ae96a..c8d5ca358 100644 --- a/classes/xml/XmlParser.class.php +++ b/classes/xml/XmlParser.class.php @@ -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; }