Skip to content

Commit

Permalink
*Replace single and double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Apr 19, 2018
1 parent 0429a1e commit 5711cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Rocket/Async/CSS/Integration/EssentialGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function block_image( $value ) {
if ( $this->in_essentialgrid ) {
if ( false === strpos( $value, 'no-lazyload' ) ) {
$value = str_replace( 'class="', 'class="no-lazyload ', $value );
$value = str_replace( "class='", "class='no-lazyload ", $value );
}
}
return $value;
Expand Down

0 comments on commit 5711cf8

Please sign in to comment.