mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
StringBlock: escape chars in style tags.
This commit is contained in:
parent
719a25afd6
commit
285ee0a146
@ -199,7 +199,8 @@ public class StringBlock {
|
|||||||
val = tag.substring(pos2 + 1);
|
val = tag.substring(pos2 + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.append(val).append('"');
|
builder.append(AndrolibResources.escapeCharsForResXml(val))
|
||||||
|
.append('"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user