Skip to content

Commit

Permalink
Merge pull request #229 from loathers/fix-mayam-reference
Browse files Browse the repository at this point in the history
Fix missing reference
  • Loading branch information
ajcoppa authored Aug 6, 2024
2 parents 2f83e4e + 806fbfe commit f17e9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void IOTMMayamCalendarGenerateResource(ChecklistEntry [int] resource_entries)
unusedSymbols.listAppend(mayamSymbol.friendlyName);
}
}
description.listAppend(`{HTMLGenerateSpanOfClass(ringName, "r_bold")} {unusedSymbols.listJoinComponents(", ")}`);
description.listAppend(`{HTMLGenerateSpanOfClass(`{ringOrdinal} ring:`, "r_bold")} {unusedSymbols.listJoinComponents(", ")}`);
hoverDescription.listAppend(HTMLGenerateSpanFont(" ", "r_bold") + "");
}
description.listAppend(HTMLGenerateSpanFont(" ", "r_bold") + "");
Expand Down

0 comments on commit f17e9c3

Please sign in to comment.