Modified:
trunk/index.html.tmpl
Log:
fix unclosed <a> tag
Modified: trunk/index.html.tmpl
==============================================================================
--- trunk/index.html.tmpl (original)
+++ trunk/index.html.tmpl Wed Feb 18 00:59:12 2009
@@ -159,7 +159,7 @@
<li><a href="/{{item|escape}}"><img src="/{{item|escape}}.png" alt=""
/></a></li>
{% endfor %}
{% if last_date %}
-<li><a href="?older={{last_date|escape}}#recent">></li>
+<li><a href="?older={{last_date|escape}}#recent">></a></li>
{% endif %}
</ul>
</div>