Commit Graph
3 Commits
Author SHA1 Message Date
Vince 3305d462ae legacy false 2024-06-01 00:20:30 -07:00
Nathanael Winget cfb3227746 Add legacy sanitization opt-in 2021-02-04 10:52:31 -05:00
Vince 440fc770a0 AD&D1e update - folder name and image fix (#6158)
- github folder name was causing issues with sheet images located on github.

The & character is replaced by %26 to make a legal url.
But it looks like in this case, the % in %26 has then been replaced again, the code for % is %25, resulting in %2526 where the & should be in that URL.
2020-04-13 11:07:59 -07:00