Skip to content

Commit

Permalink
Changed the flickr template to use a list instead of br's. fixes #56
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.typosphere.org/typo/trunk@201 820eb932-12ee-0310-9ca8-eeb645f39767
  • Loading branch information
seth committed Apr 23, 2005
1 parent 29325d0 commit 1db1a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/shared/_flickr.rhtml
@@ -1,6 +1,6 @@
<h3><%= flickr.title %> (<%= link_to "flickr", flickr.link %>)</h3>

<ul>
<% for pic in flickr.pics.to_a[0..3] -%>
<img src="<%= pic.thumb %>" alt="<%= pic.title %>" style="border: 1px solid black"/>
<br/>
<li><%= image_tag pic.thumb, :alt => pic.title, :style => "border: 1px solid black" %></li>
<% end -%>
</ul>

0 comments on commit 1db1a33

Please sign in to comment.