Since upgrading to WP 2.8.1, all my posts with multiple NextGen Gallery shortcodes on the same line are broken. It looks like it now needs a space between each section of shortcode to fix it.
In other words:
[singlepic id=421 w=235 float=left] [singlepic id=422 w=235 float=right]
works, displaying two pictures side by side, but
[singlepic id=421 w=235 float=left][singlepic id=422 w=235 float=right]
is broken - it displays the first picture followed by tha actual shortcode for the second singlepic.
To be fair, I think this must be a WP 2.8.1 issue as I never had any problems putting shortcode back-to-back in WP 2.7.
Does anyone have any bright ideas for a short cut for resolving this short of manually editing every post on my blog?