diff --git a/src/i18n/helpers/checkHTML.py b/src/i18n/helpers/checkHTML.py
index d1792ea6..80bdb402 100644
--- a/src/i18n/helpers/checkHTML.py
+++ b/src/i18n/helpers/checkHTML.py
@@ -27,6 +27,7 @@ def main(templates, output_folder=None):
html = unicode(html, "UTF-8")
html = re.sub(r"\|(\w|:|\"|\')+", "", html)
+ html = html.replace(", $", ", ")
if output_folder:
tf = os.path.join(output_folder, os.path.split(fn)[1])