diff --git a/inc/html.php b/inc/html.php
index 8e594aa213d64f51440c04d3a423e6d8a0cf2703..dbae48cdcf913fabaad48c510945e077457a202b 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -270,7 +270,7 @@ function html_show($txt=null){
 
     if (!is_null($txt)){
         //PreviewHeader
-        echo '<br id="scroll__here" class="scroll__here" />';
+        echo '<br id="scroll__here"/>';
         echo p_locale_xhtml('preview');
         echo '<div class="preview"><div class="pad">';
         $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);