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 = [