Spacing Error when exporting/importing scripts from ROS V3

I’ve noticed that when importing some scripts after they are exported, it omits spaces if they are the on beginning of a line.
For the example below (which is a real export), it will show up as [/system clockget date] when it is imported and will not work because there is no space between clock and get, even though there was a space before get in the text below. To fi this you must find all lines that begin with " " (the normal spacing plus one extra and then insert a space before the "" on the line above. In this example, change "[/system clock" to "[/system clock "

/system script
add name=“Config Export” policy=
ftp,reboot,read,write,policy,test,winbox,password,sniff source=“/export fi
le=daily_export\r
\n/tool e-mail send to="me@here.org" subject=([/system iden
tity get name] . " " . [/system clock get time] . " " . [/system clock
get date] . " Export") file=daily_export.rsc\r
\n\r
\n”

please write to support@mikrotik.com =)