Last modified: 2006-08-29 04:16:03 UTC
When the {{padleft:}} and {{padright:}} magic words were introduced, they returned the original string provided if the second parameter, the length, was less than or equal to the length of the string. Now (I presume due to bug fixes #7080 and #7081) the functions do not return a string if the length is missing. For example, {{padleft:001||0}} returns nothing. It should return 001.
{{padleft:001|0|0}} would be another example where the function should return the original, unmodified string.
Fixed in SVN trunk, r16257.