Skip to content

Commit

Permalink
Disable HtmlClean Parse dome
Browse files Browse the repository at this point in the history
  • Loading branch information
alothemes committed Feb 4, 2021
1 parent dbf034f commit 7c5f6a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plugin/SpeedOptimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @Author: nguyen
* @Date: 2020-02-12 14:01:01
* @Last Modified by: nguyen
* @Last Modified time: 2021-02-03 13:01:30
* @Last Modified by: Alex Dong
* @Last Modified time: 2021-02-04 14:09:25
*/

namespace Magepow\SpeedOptimizer\Plugin;
Expand Down Expand Up @@ -83,7 +83,7 @@ public function beforeSendResponse(Http $response)
$deferJs = $this->helper->getConfigModule('general/defer_js');

$body = $this->processExcludeJs($body, $minifyJs, $deferJs);
$body = $this->getHtmlClean($body);
// $body = $this->getHtmlClean($body);
if($minifyHtml) $body = $this->minifyHtml($body);

$bodyClass = '';
Expand Down

0 comments on commit 7c5f6a3

Please sign in to comment.