Skip to content

Commit

Permalink
bug fix to accomodate htmlify
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcdermott committed Sep 8, 2021
1 parent c7fba86 commit 8492558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/analysis/phase_diagram.py
Expand Up @@ -2379,7 +2379,7 @@ def _create_plotly_stable_labels(self, label_stable=True):
if hasattr(entry, "original_entry"):
comp = entry.original_entry.composition

formula = list(comp.reduced_formula)
formula = comp.reduced_formula
text.append(htmlify(formula))

visible = True
Expand Down

0 comments on commit 8492558

Please sign in to comment.