Use try-finally for open file.

This commit is contained in:
Georg Brandl
2010-07-20 10:13:43 +01:00
parent 6faa8885fb
commit 3ba3640ea3
+1 -1
View File
@@ -20,7 +20,7 @@
{% if search_performed %}
<h2>Search Results</h2>
{% if not search_results %}
<p>'Your search did not match any results.</p>
<p>Your search did not match any results.</p>
{% endif %}
{% endif %}
<div id="search-results">