Created
October 25, 2013 22:43
-
-
Save whyisjake/7162944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/includes/slideshow.php b/includes/slideshow.php | |
index 7c0e4c4..96b2e22 100644 | |
--- a/includes/slideshow.php | |
+++ b/includes/slideshow.php | |
@@ -164,16 +164,16 @@ function make_bs_slideshow() { | |
if (isset($image->post_excerpt)) { | |
$output .= '<p>' . $image->post_excerpt . '</p>'; | |
} | |
- $output .= '</div>'; | |
+ $output .= '</div><!-- .carousel-caption -->'; | |
} | |
- $output .= '</div>'; | |
+ $output .= '</div><!-- .item -->'; | |
} //foreach | |
- $output .= '</div> | |
+ $output .= '</div><!-- .carousel-inner --> | |
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a> | |
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a> | |
- </div>'; | |
+ </div><!-- .carousel -->'; | |
$output .= '<p class="pull-right"><span class="viewall" style="cursor:pointer">View All</span></p>'; | |
$output .= ' | |
<script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
google