mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
malformed styles
if styles are malformed html, then recreation fails with OutOfBounds, end tag if error occurs to prevent crash
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="test_formatting1"><a href="http://www.foo.com" style="text-decoration:none;">http://www.foo.com</a></string>
|
||||
<string name="test_formatting2"><a href="http://www.foo.com" style="text-decoration:none">http://www.foo.com</a></string>
|
||||
</resources>
|
Reference in New Issue
Block a user