mirror of https://github.com/mvdan/fdroidcl.git
Browse Source
This seems like a bug of some sort in fdroidserver; there's no apparent reason why these names should contain HTML escape sequences. The name fields are plaintext strings, so it's not like they can contain any HTML elements. One possible explanation is how fdroidserver obtains these strings from the built APKs. Since the information is inside xml files, perhaps the code is buggy and doesn't unescape the strings before using them for the index. For now, do the unescaping on the client side.pull/44/head
2 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue