We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57713bb commit c430b5eCopy full SHA for c430b5e
src/i18n/helpers/checkHTML.py
@@ -27,6 +27,7 @@ def main(templates, output_folder=None):
27
28
html = unicode(html, "UTF-8")
29
html = re.sub(r"\|(\w|:|\"|\')+", "", html)
30
+ html = html.replace(", $", ", ")
31
32
if output_folder:
33
tf = os.path.join(output_folder, os.path.split(fn)[1])
0 commit comments