fixed ttxml import

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6986 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-11-25 09:00:14 +00:00
parent c6ce5c9259
commit 0b2b8c42d6
3 changed files with 146 additions and 80 deletions

View file

@ -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);