Quote:
Originally Posted by BetterRed
@ chaley - if you happen to see this, and you're looking at the approximate_formats code, could you put a space after the commas, i.e. so we get DOCX, EPUB, ONE rather than DOCX,EPUB,ONE. IMO it's not a worthy of a bug report
BR
|
The function approximate_formats() returns a comma-separated list that is often further used in other list functions. I am unwilling to change the separator because I don't know what I will break. However, you can easily add that space yourself with
Code:
{:'re(approximate_formats(), ',', ', ')'}