Remove unnecessary class="x" in mobile page edit screen #1416

This commit is contained in:
Kijin Sung 2020-10-03 01:43:13 +09:00
parent 36a86adb37
commit 9cd715008b

View file

@ -99,10 +99,12 @@ class HTMLDisplayHandler
// add .x div for adminitration pages
if(Context::getResponseMethod() == 'HTML')
{
/*
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0 && Context::get('act') != 'dispPageAdminContentModify' && Context::get('act') != 'dispPageAdminMobileContentModify')
{
$output = '<div class="x">' . $output . '</div>';
}
*/
if(Context::get('layout') != 'none')
{