View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#657
Originally Posted by marxian View Post
Code:
value = p[:idx].replace("\\/", "/").replace("/u0026", "&")
This is how it should be:
Code:
value = p[:idx].replace("\\/", "/").replace("\\u0026", "&")
Thanks, marxian! I'll use this fix in MediaBox.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock