- 178,229
- 91,414
- Thread starter
- #22,761
Thank you, but have the problems this caused previously all been corrected?My apologies, it seems that the malfunction was caused by a syntax error in my scripts used when I was trying to clean up link formatting by changing externally-formatted internal links using https://vsbattles.fandom.com/ to pure internal ones. The underlying text that the link was applied to contained "[" and "]" characters that had been escaped, which confused my scripts because they used "]" to detect where a link was supposed to end and thus placed the link's end in the wrong location. This case slipped my attention when first writing these scripts due to its obscurity; I will fix this issue before using them again.