From e0959e887dfd3cb9da563f1ca24788323ec2e8eb Mon Sep 17 00:00:00 2001 From: DeathCamel57 <DeathCamel57@gmail.com> Date: Thu, 7 Dec 2017 23:24:35 -0500 Subject: [PATCH] removed clas from #scroll__here --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index 8e594aa21..dbae48cdc 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); -- GitLab