mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-20 05:54:24 +02:00
Replaces | in description and added flag checks
This commit is contained in:
@@ -96,7 +96,7 @@ def generate_contents(platform="all"):
|
||||
apps = apps_by_subcat.get(sub["id"], [])
|
||||
for app in apps:
|
||||
name = app.get("name", "")
|
||||
description = app.get("description", "")
|
||||
description = app.get("description", "").replace("|", "-")
|
||||
link = app.get("link", "#")
|
||||
tags = ""
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user