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

This reverts commit 9cd715008b.
This commit is contained in:
Kijin Sung 2020-10-04 16:51:35 +09:00
parent 44e73027a1
commit 39e0c31de2

View file

@ -99,12 +99,10 @@ 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')
{