| @@ -269,9 +269,9 @@ | ||
| 269 | 269 | // Pagination Block Html |
| 270 | 270 | include ULTP_PATH . 'blocks/template/pagination_block.php'; |
| 271 | 271 | |
| 272 | 272 | $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 . '">'; |
| 273 | - $wraper_before .= '<div class="ultp-block-wrapper ' . $wrap_data . '">'; | |
| 273 | + $wraper_before .= '<div class="ultp-block-wrapper" ' . $wrap_data . '>'; | |
| 274 | 274 | |
| 275 | 275 | // Loading |
| 276 | 276 | $wraper_before .= ultimate_post()->postx_loading(); |
| 277 | 277 | |