From 46723c19ed4d19f6ed293f9a410604336efd5c0a Mon Sep 17 00:00:00 2001
From: Andreas Gohr <gohr@cosmocode.de>
Date: Wed, 11 Jan 2006 11:11:04 +0100
Subject: [PATCH] clear floats in preview pane

darcs-hash:20060111101104-6e07b-3086cbd4df88971f1c05c41725723676d1353a08.gz
---
 inc/html.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inc/html.php b/inc/html.php
index 4ab687b5c..8ecdad749 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -271,6 +271,7 @@ function html_show($txt=''){
     print p_locale_xhtml('preview');
     print '<div class="preview">';
     print html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
+    print '<div class="clearer"></div>';
     print '</div>';
 
   }else{
-- 
GitLab