From cad0f939cbfc25d5d9bffe39ef524435651e66ea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Jan 2016 14:17:15 +0530 Subject: [PATCH] Self host plugin icon --- setup/plugins_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/plugins_mirror.py b/setup/plugins_mirror.py index 338c2989d5..2e40227780 100644 --- a/setup/plugins_mirror.py +++ b/setup/plugins_mirror.py @@ -372,7 +372,7 @@ def fetch_plugins(old_index): return ans def plugin_to_index(plugin, count): - title = '

%s

' % ( # noqa + title = '

%s

' % ( # noqa quoteattr(plugin['thread_url']), escape(plugin['name'])) released = datetime(*tuple(map(int, re.split(r'\D', plugin['last_modified'])))[:6]).strftime('%e %b, %Y').lstrip() details = [