illogical-robot / apkmirror-public

APKMirror.com bugs
http://www.apkmirror.com
111 stars 32 forks source link

Error in html source of app's description causes glitch in the site #73

Closed Rikk closed 6 years ago

Rikk commented 6 years ago

The glitch: (bold text beyond the bounds of Description area)

glitch

The code in APKMirror:

source-apkmirror

However, Play Store has correct code at this time:

source-playstore

Therefore, I think some fix in the site is needed to restrict this kind of mistake to its container.

SeBsZ commented 6 years ago

Thanks for your report. We do actually close unclosed tags, but in this case it conflicted with the < character a few lines earlier: For Android < 5.0, Dual SIM... and decides to remove the </b>.

We'll let you know when this has been fixed. Thanks again.

Rikk commented 6 years ago

Oh I missed it... Then it is even easier, just encode that char.

archon810 commented 6 years ago

This issue is now fixed. Unfortunately, it wasn't nearly as easy as it seemed, but it's a good thing that it was pointed out and we (painfully) fixed it the right way.

Rikk commented 6 years ago

Yep, it could be dangerous, security wise...