| @@ -263,9 +263,9 @@ | ||
| 263 | 263 | // Pagination Block Html |
| 264 | 264 | include ULTP_PATH . 'blocks/template/pagination_block.php'; |
| 265 | 265 | |
| 266 | 266 | $wraper_before .= '<div ' . ( $attr['advanceId'] ? 'id="' . $attr['advanceId'] . '" ' : '' ) . ' class="ultp-post-grid-block wp-block-ultimate-post-' . $block_name . ' ultp-block-' . $attr['blockId'] . '' . ( $attr['align'] ? ' align' . $attr['align'] : '' ) . '' . ( $attr['className'] ? ' ' . $attr['className'] : '' ) . ' ' . $iscroll . '">'; |
| 267 | - $wraper_before .= '<div class="ultp-block-wrapper ' . $wrap_data . '">'; | |
| 267 | + $wraper_before .= '<div class="ultp-block-wrapper" ' . $wrap_data . '>'; | |
| 268 | 268 | |
| 269 | 269 | // Loading |
| 270 | 270 | $wraper_before .= ultimate_post()->postx_loading(); |
| 271 | 271 | |