Skip to content

Commit

Permalink
Fixes #1: Someone forgot the = sign.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludo committed Sep 7, 2011
1 parent 63a8277 commit ae966bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/trending/index.html.erb
@@ -1,4 +1,4 @@
<h1>Trending topics for <% params[:user] %></h1>
<h1>Trending topics for <%= params[:user] %></h1>

<ul>
<% @trending.each do |topic| %>
Expand Down

0 comments on commit ae966bd

Please sign in to comment.