Hey,
Just found what I believe to be a small bug in the newest version of mojo. It's not a big deal, but when I have a feed manager on my home page in altcontent2 and I use the pager, it re-adds the classes from theme.skin to the altcontent2 div as many times as I click on the pager.
In example, I have:
<altcontent2 class="bottomcontent grid_18 clearfix">
When I click on the pager to see older posts in my feed manager, I get:
<altcontent2 class="bottomcontent grid_18 clearfix bottomcontent grid_18 clearfix">
If I click again, I get:
<altcontent2 class="bottomcontent grid_18 clearfix bottomcontent grid_18 clearfix bottomcontent grid_18 clearfix">
And so on.
It doesn't really break anything, but I figured I'd report it in case its a symptom of a larger problem - I'm not sure.
Hope this helps,
-Isaac