dokuwiki-plugin-struct
dokuwiki-plugin-struct copied to clipboard
Remove leading zeros in Decimal type.
Fix a bug. It was possible to create Decimal like 00123. This Decimal could then be edited to 100123, but could not be edited back to 00123. This pull request remove the leading zeros.