iftechfoundation / ifarchive-ifmap-py

The tool that generates the index files at http://ifarchive.org/ .
3 stars 1 forks source link

Incorrect escaping for unbox links #19

Closed erkyrath closed 9 months ago

erkyrath commented 9 months ago

Looking at https://ifarchive.org/indexes/if-archive/games/zcode/

The "view contents" link for Apollo18+20.zip doesn't urlencode.

<a href="https://unbox.ifarchive.org?url=/if-archive/games/zcode/Apollo18+20.zip">View contents</a>

This doesn't work. Gotta be Apollo18%2B20.zip.

erkyrath commented 9 months ago

Fixed.