Skip to content

Commit

Permalink
Fix HTML export
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 7, 2023
1 parent b7a5b33 commit b8dc55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/utils/exportHtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def generateFullHTML(self, sMkt, sFit, dnaUrl):
# Market group header
HTML += (
' <li data-role="collapsible" data-iconpos="right" data-shadow="false" data-corners="false">\n'
' <h2>' + group.groupName + ' <span class="ui-li-count">' + str(groupFits) + '</span></h2>\n'
' <h2>' + group.name + ' <span class="ui-li-count">' + str(groupFits) + '</span></h2>\n'
' <ul data-role="listview" data-shadow="false" data-inset="true" data-corners="false">\n' +
HTMLgroup +
' </ul>\n'
Expand Down

0 comments on commit b8dc55a

Please sign in to comment.