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 }}">
<img
src="{{ MEDIA_URL }}/img/faces/{{ item.subscriber.shortname}}.png" alt="" />
<br/>
<span class="url">{{ item.feed.title }}</span>
<div class="url">
{{ item.feed.title|safe }}
</div>
</a>
</div>
{% endifchanged %}