diff --git a/webapp_profile.py b/webapp_profile.py
index ffebc32e4..ad2c22710 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -1126,7 +1126,7 @@ def _htmlEditProfileGraphicDesign(baseDir: str, translate: {}) -> str:
translate['Export Theme'] + '
\n'
graphicsStr += \
' \n'
+ 'name="submitExportTheme">➤
\n'
graphicsStr += \
editCheckBox(translate['Low Bandwidth'], 'lowBandwidth',
bool(lowBandwidth))