A space after a class name screws up the QText

(Bug, Closed -> Fixed, Priority: High, Test Status: No automated tests yet , Reported By Justin du Coeur, )
Summary:
If I am writing a div in QText like this:
  {{myClass: 
  ... stuff...
  }}
and there is a space after the colon, the QText parser fails to recognize it as a properly-formatted div declaration.