mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
fixed ttxml import
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6986 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c6ce5c9259
commit
0b2b8c42d6
3 changed files with 146 additions and 80 deletions
|
|
@ -153,6 +153,7 @@
|
|||
$startPos = strpos($this->buff, $this->itemStartTag);
|
||||
if($startPos !== false) {
|
||||
$this->buff = substr($this->buff, $startPos);
|
||||
$this->buff = preg_replace("/\>/",">\r\n",$this->buff,1);
|
||||
break;
|
||||
} elseif($this->endTag) {
|
||||
$endPos = strpos($this->buff, $this->endTag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue