@@ -652,7 +652,7 @@ function carousel_shortcode_func($atts) {
if($key == "url") {
continue;
}
- $output .= '<div class="item" id="item-' . $key . '"><img id="img-' . $key . '" data-lazy="' . urldecode($slider['url'] . $value) . '" style="height: 300px; width: auto;"></div>' . PHP_EOL;
+ $output .= '<div class="item" id="item-' . $key . '"><img id="img-' . $key . '" data-lazy="' . str_replace("\xc2\xad", "", $slider['url'] . $value) . '" style="height: 300px; width: auto;"></div>' . PHP_EOL;
$output .= '</div>';