Skip to content

Commit 58f4ebf

Browse files
committed
class bug
1 parent 4ed554b commit 58f4ebf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

-12 KB
Binary file not shown.

display-medium-posts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function posts_display($atts){
105105
}
106106

107107
?>
108-
<div id="display-medium-owl-demo" class=".display-medium-owl-carousel">
108+
<div id="display-medium-owl-demo" class="display-medium-owl-carousel">
109109
<?php foreach($items as $item) { ?>
110110
<div>
111111
<img data-src="<?php echo $item['image']; ?>" class="lazyOwl">

0 commit comments

Comments
 (0)