Skip to content

Commit

Permalink
Added case where bare text is in the caraousel item. [ticket #146]
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mathews committed Oct 15, 2009
1 parent d05f344 commit 6a07139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manualtests/widgets/carousel/index.html
Expand Up @@ -89,7 +89,7 @@ <h2>Carousel with looping, size and step</h2>

<div class="sandbox">
<ol id="carousel1">
<li><a href="#"><img src="images/1-item.jpg" alt="" width="120" height="90" /></a></li>
<li><a href="#"><img src="images/1-item.jpg" alt="" width="120" height="90" /></a>Some Bare Text</li>
<li><a href="#"><img src="images/2-item.jpg" alt="" width="120" height="90" /></a></li>
<li><a href="#"><img src="images/3-item.jpg" alt="" width="120" height="90" /></a></li>
<li><a href="#"><img src="images/4-item.jpg" alt="" width="120" height="90" /></a></li>
Expand All @@ -108,7 +108,7 @@ <h2>Carousel with looping, size and step</h2>
{
size: 5,
step: 2,
loop: true,
loop: false,
vertical: urlOpts.vertical,
theme: urlOpts.theme
}
Expand Down

0 comments on commit 6a07139

Please sign in to comment.