1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

latest.html: fix regression introduced in e3416c090eaf9c760faf690da9e0d587a6241bb2

RSS icon gets outside from h3; fix it.
This commit is contained in:
Hidden Z 2011-02-19 16:20:23 +00:00
parent dd33ab9135
commit e6db0d3ff2

View File

@ -3,7 +3,7 @@
{% block header %}
{% blocktrans %}
<h3>Latest {{ hosts_count }} hosts added in {{ day_count }} days</h3>
<h3>Latest {{ hosts_count }} hosts added in {{ day_count }} days
{% endblocktrans %}
<a href={% url latest-rss %}><img src="/static/rss-grey-18.png" border="0" width="18" height="18" alt="rss"></a></h3>
{% endblock %}