@@ -7,10 +7,10 @@ |
||
| 7 | 7 | |
| 8 | 8 | class Proxy extends \arc\xml\Proxy { |
| 9 | 9 | |
| 10 | - public function __toString() { |
|
| 11 | - $dom = dom_import_simplexml($this->target); |
|
| 12 | - $result = ''.$dom->ownerDocument->saveHTML($dom); |
|
| 13 | - return $result; |
|
| 14 | - } |
|
| 10 | + public function __toString() { |
|
| 11 | + $dom = dom_import_simplexml($this->target); |
|
| 12 | + $result = ''.$dom->ownerDocument->saveHTML($dom); |
|
| 13 | + return $result; |
|
| 14 | + } |
|
| 15 | 15 | |
| 16 | 16 | } |