mirror of
https://github.com/gogs/gogs.git
synced 2026-05-16 09:25:45 +02:00
Replace spaces with "%20" in "urlPrefix", before markdon processing. The spaces were causing blackfriday (markdown processor) to behave strange. This fixes #2545.