moving the period inside attribution link to ensure that the link appears if the username lookup fails.
This commit is contained in:
parent
b9e0066810
commit
9ef02747eb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<%= yield %>
|
||||
<div id="header">
|
||||
<% unless user_is_andrew %>
|
||||
<p>photos by flickr user <a href="http://flickr.com/photos/<%= params[:user_id] %>"><%= get_username(params[:user_id]) %></a>.</p>
|
||||
<p>photos by flickr user <a href="http://flickr.com/photos/<%= params[:user_id] %>"><%= get_username(params[:user_id]) %>.</a></p>
|
||||
<% end %>
|
||||
<h1>photogriffy.net</h1>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue