summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index c03e9d31c..9e736f702 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -272,7 +272,7 @@ function html_show($txt=''){
//PreviewHeader
print p_locale_xhtml('preview');
print '<div class="preview">';
- print html_secedit(p_render('xhtml',p_get_instructions($txt)),$secedit);
+ print html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
print '</div>';
}else{