Skip to content

Commit

Permalink
[#2375] Don\'t mangle html
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 31, 2012
1 parent 08c1efd commit 2d5485f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/lib/cli.py
Expand Up @@ -1618,6 +1618,7 @@ def mangle_po(self):
extract_reg_ex = '(\%\([^\)]*\)' + spf_reg_ex + \
'|\[\d*\:[^\]]*\]' + \
'|\{[^\}]*\}' + \
'|<[^>}]*>' + \
'|\%((\d)*\$)?' + spf_reg_ex + ')'

for entry in po:
Expand Down

0 comments on commit 2d5485f

Please sign in to comment.