2 fplanque Jun 11, 2013 02:35

To quick fix you can add the following code after line 125 of the file "/skins/_item_content.inc.php":
case 'single':
$content_mode = 'full';
break;
It will be fixed in the next release.
I added case 'page': after case 'single':, because pages have the same problem, now it works all right.
fixed in 5.0.4
We'll fix that promptly. Thank you for reporting.