Skip to content

Commit

Permalink
display fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugeek committed Dec 27, 2008
1 parent e8a4e27 commit 09dd3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/word.erb
Expand Up @@ -25,7 +25,7 @@
</tr>
<% @word.senses.each do |sense| %>
<tr>
<td id='category_<%= @word.lemma %>' class='category_data'><%= sense.categorydef.name %></td>
<td id='category_<%= @word.lemma %>' class='category_data'><%= sense.synset.categorydef.name %></td>
<td id='definition_<%= @word.lemma %>' class='definition'><%= sense.synset.definition %></td>
<td class='sample'><%= show_samples(sense.synset) %></td>
</tr>
Expand Down

0 comments on commit 09dd3bd

Please sign in to comment.