<!DOCTYPE html><html lang=en-gb dir=ltr class=’com_easysocial view-conversations itemid-1476 j36
How can I hide this line from showing ?
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
class='<jdoc:include type="pageclass" />’>
Removing
class='<jdoc:include type="pageclass" />’>
will not load the template overrides
This is a security concern not only does a hacker know the component used but also what specific platform the site is built on. I know that a talented hacker can view almost everything in the code but do we really need to help the dumbest ones too?
Is there an easy fix for this issue?