Skip to content
Snippets Groups Projects
Commit 46723c19 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

clear floats in preview pane

darcs-hash:20060111101104-6e07b-3086cbd4df88971f1c05c41725723676d1353a08.gz
parent fa857db1
No related branches found
No related tags found
No related merge requests found
......@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment