in reply to Re: Spaces in " Code Prefix" ?
in thread Spaces in " Code Prefix" ?

No, the code you added was this:

# Prevent trailing spaces from quashing initial spaces in code: $prefix =~ s/ / /g;
Update:: Thanks for the new patch. It has been applied. The problem should be fixed now.

                - tye