diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 1 insertions, 0 deletions
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{ |