diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 435288688..42aba6965 100644 --- a/inc/html.php +++ b/inc/html.php @@ -276,7 +276,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)),$secedit); print '</div>'; }else{ |