functions_config.inc.php: add ID serendipity_preview_spacer to existing div emitted when previewing entries in backend.

This commit is contained in:
Don Chambers 2008-12-17 23:25:13 +00:00
parent 5175be92f3
commit 2ec6288154

View File

@ -745,7 +745,7 @@ function serendipity_iframe(&$entry, $mode = null, $use_smarty = true) {
break;
case 'preview':
echo '<div style="float: left; height: 225px"></div>';
echo '<div id="serendipity_preview_spacer" style="float: left; height: 225px"></div>';
serendipity_printEntries(array($entry), ($entry['extended'] != '' ? 1 : 0), true);
echo '<br style="clear: both" />';