Skip to content

Commit

Permalink
replace newlines in gem description with br
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlvllvlvllvlvl committed Jul 28, 2024
1 parent afa0ea5 commit ec315ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPoE/cli/exporter/wiki/parsers/skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def _skill(self, gra_eff, infobox: OrderedDict, parsed_args, max_level=None, msg

# From ActiveSkills.dat64
if act_skill:
infobox["gem_description"] = act_skill["Description"]
infobox["gem_description"] = act_skill["Description"].replace("\n", "<br>")
infobox["active_skill_name"] = act_skill["DisplayedName"]
if act_skill["WeaponRestriction_ItemClassesKeys"]:
infobox["item_class_id_restriction"] = ", ".join(
Expand Down

0 comments on commit ec315ed

Please sign in to comment.