diff --git a/gui/utils/exportHtml.py b/gui/utils/exportHtml.py index 0d5456dd0..233b79c78 100644 --- a/gui/utils/exportHtml.py +++ b/gui/utils/exportHtml.py @@ -195,55 +195,51 @@ class exportHtmlThread(threading.Thread): if len(fits) > 0: groupFits += len(fits) + HTMLship = ( + '
  • \n' + '

    ' + ship.name + ' ' + str( + len(fits)) + '

    \n' + ' \n' + '
  • \n') if groupFits > 0: # Market group header HTML += ( '
  • \n' '

    ' + group.groupName + ' ' + str(groupFits) + '

    \n' - '