diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 22:11:37 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 22:11:37 +0100 |
commit | 50835be7661e2ca21ac1d6a105600e3680ba6c43 (patch) | |
tree | 78e6dae031f5bf01e359668a0f4957a836b44947 /inc/html.php | |
parent | 02e511213ae892653af32a79dbd07341d7a5f9d9 (diff) | |
download | rpg-50835be7661e2ca21ac1d6a105600e3680ba6c43.tar.gz rpg-50835be7661e2ca21ac1d6a105600e3680ba6c43.tar.bz2 |
scroll to preview pane on preview
darcs-hash:20060127211137-7ad00-b4433b51fe014e1b8f2e741857bd6b101e6677f5.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index 3dd91235a..9b12ddbd1 100644 --- a/inc/html.php +++ b/inc/html.php @@ -269,6 +269,7 @@ function html_show($txt=''){ if ($txt){ //PreviewHeader + print '<br id="scroll__here" />'; print p_locale_xhtml('preview'); print '<div class="preview">'; print html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit); |