summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-05-01 21:39:08 +0200
committerandi <andi@splitbrain.org>2005-05-01 21:39:08 +0200
commit9dc2c2af726890564ad8e83ab451fe55af98deef (patch)
tree48fb87513d96d21a6e4e3c222205a614632acf30 /inc/html.php
parent5e100747059d6148199a91dfae13217e89dd4344 (diff)
downloadrpg-9dc2c2af726890564ad8e83ab451fe55af98deef.tar.gz
rpg-9dc2c2af726890564ad8e83ab451fe55af98deef.tar.bz2
~~NOCACHE~~ added
darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.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 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{