Skip to content

Commit

Permalink
Missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 22, 2024
1 parent d69be1e commit 5810031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordnet/templates/wordnet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>{{search}}</h1>
</a><br/>
{% endfor %}
</td>
td>{% for holonym in result.holonyms %}
<td>{% for holonym in result.holonyms %}
<a href="{{main_url}}?search={{holonym|urlencode}}">
{{holonym}}
</a><br/>
Expand Down

0 comments on commit 5810031

Please sign in to comment.