Skip to content

Commit

Permalink
Merge pull request #39 from meathill/master
Browse files Browse the repository at this point in the history
the code auto-completion output a wrong method...
  • Loading branch information
tufanbarisyildirim committed Mar 23, 2015
2 parents 4205763 + b9530cc commit c736bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ApkParser/XmlParser.php
Expand Up @@ -202,7 +202,7 @@ public function getXmlString()
{
if (!$this->ready)
$this->decompress();
$xml = urlencode($this->xml);
$xml = utf8_encode($this->xml);
$xml = preg_replace('/[\x00-\x08\x0B\x0C\x0E-\x1F\x80-\x9F]/u', '', $xml);
return $xml;
}
Expand Down

0 comments on commit c736bb1

Please sign in to comment.