summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-04-19 20:56:03 +0200
committerandi <andi@splitbrain.org>2005-04-19 20:56:03 +0200
commitac83b9d8ee0da2839787d268e28b1bfe3066c1b7 (patch)
tree02dd400d04987c77c699a20b2ddf7c56336afd3c /inc/html.php
parent71352def8211fd38eafe887a9ccd0e5365b34962 (diff)
downloadrpg-ac83b9d8ee0da2839787d268e28b1bfe3066c1b7.tar.gz
rpg-ac83b9d8ee0da2839787d268e28b1bfe3066c1b7.tar.bz2
fixes for the export
darcs-hash:20050419185603-9977f-4bc9a1ba1878436bd71795c5d7fec2a5582561bf.gz
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 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{