Skip to content

Commit

Permalink
Replace prefix "$" in parameter names.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Jun 29, 2016
1 parent 57713bb commit c430b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n/helpers/checkHTML.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit c430b5e

Please sign in to comment.