Closed s-ol closed 5 years ago
Filenames containing > (and presumably other special chars) get HTML-entity-escaped twice. This shows up in the UI, but it also happens to the <a href that links to the file, rendering the link unusable.
>
<a href
a live example: commit in question: https://git.s-ol.nu/mmm/commit/2deac635b84447351f0b314c9fbe66743df488d1/ file is displayed as: .../pinwall/text$moonscript -> fn -> mmm$dom.moon (should have been .../pinwall/text$moonscript -> fn -> mmm$dom.moon)
/pinwall/text$moonscript -> fn -> mmm$dom.moon
/pinwall/text$moonscript -> fn -> mmm$dom.moon
The link goes here, but should go here.
Nevermind. I finally managed to get my own Dockerfile working, which got me moving off of v0.7 or something. This was probably fixed years ago.
Filenames containing
>
(and presumably other special chars) get HTML-entity-escaped twice. This shows up in the UI, but it also happens to the<a href
that links to the file, rendering the link unusable.a live example: commit in question: https://git.s-ol.nu/mmm/commit/2deac635b84447351f0b314c9fbe66743df488d1/ file is displayed as: ...
/pinwall/text$moonscript -> fn -> mmm$dom.moon
(should have been .../pinwall/text$moonscript -> fn -> mmm$dom.moon
)The link goes here, but should go here.