--- a/includes/pageutils.php Wed Dec 26 00:37:26 2007 -0500
+++ b/includes/pageutils.php Thu Dec 27 22:09:33 2007 -0500
@@ -1878,7 +1878,7 @@
function genPreview($text)
{
global $lang;
- $ret = '<div class="info-box">' . $lang->get('editor_preview_blurb') . '</div><div style="background-color: #F8F8F8; padding: 10px; border: 1px dashed #406080; max-height: 250px; overflow: auto; margin: 1em 0 1em 1em;">';
+ $ret = '<div class="info-box">' . $lang->get('editor_preview_blurb') . '</div><div style="background-color: #F8F8F8; padding: 10px; border: 1px dashed #406080; max-height: 250px; overflow: auto; margin: 10px 0;">';
$text = RenderMan::render(RenderMan::preprocess_text($text, false, false));
ob_start();
eval('?>' . $text);