Skip to content

Commit

Permalink
Merge pull request #707 from scottsds/issue_3092
Browse files Browse the repository at this point in the history
Issue 3092: Pages with work blurbs do not validate
  • Loading branch information
sarken committed Jul 4, 2012
2 parents 4635e73 + 199c0a4 commit 2124bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/_work_blurb.html.erb
Expand Up @@ -33,7 +33,7 @@
<% if work.hidden_by_admin %><%= image_tag("lockred.png", :size => "15x15", :alt => "(Hidden by Admin)", :title => "Hidden by Administrator") %><% end %>
</h4>
<h5 class="heading" title="fandom" class="fandoms">
<h5 class="fandoms heading" title="fandom">
<% fandoms = tag_groups['Fandom'] %>
<%= fandoms.collect{|tag| link_to_tag_works(tag) }.join(', ').html_safe if fandoms %>
&nbsp;
Expand Down

0 comments on commit 2124bd4

Please sign in to comment.