diff --git a/gui/utils/exportHtml.py b/gui/utils/exportHtml.py
index eabf2bd61..e3338774e 100644
--- a/gui/utils/exportHtml.py
+++ b/gui/utils/exportHtml.py
@@ -272,8 +272,8 @@ class exportHtmlThread(threading.Thread):
return
try:
dnaFit = sFit.exportDna(fit[0])
- HTML += ' IGB' +\
- ' / OOGB '+ fit[1]+ '
'
+ HTML += 'IGB' +\
+ ' / OOGB '+ship.name +': '+ fit[1]+ '
\n'
except:
continue
finally: