Quote:
Originally Posted by library addict
I'm not sure why the 3.xx numbers and other "single" digit ones didn't get the leading 0 added. I guess it's because the {series_index:0>2s| - | - } ignores the decimal point somehow. The plugboard added the leading 0 to the ones without numbers behind the decimal.
|
The decimal matches the at-least-two-digits requirement without adding a leading zero, that's why.