Skip to content

Commit

Permalink
close anchor tag for search result
Browse files Browse the repository at this point in the history
  • Loading branch information
beerriot committed Oct 5, 2010
1 parent b4889a7 commit 080207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wriaki/templates/error_404.dtl
Expand Up @@ -28,7 +28,7 @@
<h2>Perhaps you were looking for one of these pages?</h2>
<ul>
{% for result in results %}
<li><a href="/wiki/{{result.title|urlencode}}">{{result.title|escape}}</li>
<li><a href="/wiki/{{result.title|urlencode}}">{{result.title|escape}}</a></li>
{% endfor %}
</ul>
{% endif%}
Expand Down

0 comments on commit 080207e

Please sign in to comment.