diff --git a/modules/ui_extensions.py b/modules/ui_extensions.py index 802a8e3b9..8a08fc322 100644 --- a/modules/ui_extensions.py +++ b/modules/ui_extensions.py @@ -403,7 +403,7 @@ def create_html(search_text, sort_column):
Created {html.escape(dt('created'))} | Added {html.escape(dt('added'))} | Pushed {html.escape(dt('pushed'))} | Updated {html.escape(dt('updated'))}
{author} | Stars {html.escape(str(ext.get('stars', 0)))} | Size {html.escape(str(ext.get('size', 0)))} | Commits {html.escape(str(ext.get('commits', 0)))} | Issues {html.escape(str(ext.get('issues', 0)))} | Trending {html.escape(str(ext['sort_trending']))}