We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69be1e commit 5810031Copy full SHA for 5810031
wordnet/templates/wordnet/index.html
@@ -50,7 +50,7 @@ <h1>{{search}}</h1>
50
</a><br/>
51
{% endfor %}
52
</td>
53
- td>{% for holonym in result.holonyms %}
+ <td>{% for holonym in result.holonyms %}
54
<a href="{{main_url}}?search={{holonym|urlencode}}">
55
{{holonym}}
56
0 commit comments