summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/html.php1
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);