Skip to content

Commit

Permalink
Merge pull request cnodejs#73 from gxmari007/patch-1
Browse files Browse the repository at this point in the history
Update views/topic/small.html
  • Loading branch information
fengmk2 committed Aug 31, 2012
2 parents 36dbedc + 3dc65d3 commit 76f4032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/topic/small.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li>
<div><a class='dark' href='/topic/<%= topic._id %>'><%= topic.title %></a></div>
<div><a class='dark' href='/topic/<%= topic._id %>' title='<%= topic.title %>'><%= topic.title %></a></div>
<div class='sep5'></div>
</li>

0 comments on commit 76f4032

Please sign in to comment.