get rid of favicon stuff
This commit is contained in:
parent
93e751c058
commit
9f52da9ee7
1 changed files with 1 additions and 4 deletions
|
@ -778,10 +778,7 @@ def render_syndication_target(target):
|
||||||
full_name = target.get('name')
|
full_name = target.get('name')
|
||||||
return util.html_escape(full_name)
|
return util.html_escape(full_name)
|
||||||
|
|
||||||
return '<img src="{}" alt="{}" /> {}'.format(
|
return util.html_escape(prettify_url(target))
|
||||||
favicon_for_url(target),
|
|
||||||
util.html_escape(target),
|
|
||||||
util.html_escape(prettify_url(target)))
|
|
||||||
|
|
||||||
|
|
||||||
@views.app_template_test('syndicated_to')
|
@views.app_template_test('syndicated_to')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue