Shouldn't there be an integrated space at the start of the "What are you doing?" field? There doesn't seem to be and any information entered therein shows flush with username when submitted.
For example, if I should type "is testing this module" into the "What are you doing?" field, then click save, it shows as "Nostrois testing this module" rather than "Nostro is testing this module."
Is there a fix, or remedy, I can incorporate in order to correct the spacing issue?
Thanks, in advance, for any advice provided.
Comments
Comment #1
jeckman commentedWhere are you seeing the output without spaces?
As of 6.x-1.1 (which I'm about to push as a release) the output is done through a theme function, so you should be able to add space between the author and update in the theme function. (The default theme function provided puts author and update in separate paragraphs).
Comment #2
Nostro commentedI have corrected the issue by making "Full HTML" my default input format rather than "Filtered HTML."
Thanks for your reply!
Comment #3
jeckman commented