This commit is contained in:
Kovid Goyal 2009-03-28 11:21:14 -07:00
parent 92e98d84c2
commit a153f31b0a

View File

@ -51,8 +51,9 @@
<a href="{{ item.feed.link }}"> <a href="{{ item.feed.link }}">
<img <img
src="{{ MEDIA_URL }}/img/faces/{{ item.subscriber.shortname}}.png" alt="" /> src="{{ MEDIA_URL }}/img/faces/{{ item.subscriber.shortname}}.png" alt="" />
<br/> <div class="url">
<span class="url">{{ item.feed.title }}</span> {{ item.feed.title|safe }}
</div>
</a> </a>
</div> </div>
{% endifchanged %} {% endifchanged %}