mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-12 10:08:02 +00:00
apparently some skills have no icon
add jinja debug helper restrict char_xml to gm 9 strip quoted from local desc
This commit is contained in:
@@ -271,6 +271,8 @@ def register_luclient_jinja_helpers(app):
|
||||
)[0]
|
||||
if desc in ("", None):
|
||||
desc = None
|
||||
if desc:
|
||||
desc = desc.strip('"')
|
||||
return desc
|
||||
|
||||
@app.template_filter('get_item_set')
|
||||
|
Reference in New Issue
Block a user