From e2e93a3a747fc1a89c5b077e5e7c3a40338bfb6a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Jan 2016 00:25:01 +0530 Subject: [PATCH] ... --- 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 2e40227780..b8e250cdb1 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 = [