diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-07-23 00:16:23 +0200 |
---|---|---|
committer | Callan Barrett <wizzomafizzo@gmail.com> | 2008-07-28 10:55:35 +0200 |
commit | 85ce072f031d1c5352e18ca19deac93c6202127e (patch) | |
tree | 38bd15b96fbc8ec20d8cf78c865e0676b273c857 /web/utils/genpopo | |
parent | bb2204f0fde89d50a7c2c0554314d30c8289918b (diff) | |
download | aur-85ce072f031d1c5352e18ca19deac93c6202127e.tar.gz aur-85ce072f031d1c5352e18ca19deac93c6202127e.tar.xz |
Don't add closing PHP tag to translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/utils/genpopo')
-rwxr-xr-x | web/utils/genpopo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/utils/genpopo b/web/utils/genpopo index bfe3492e..67c02284 100755 --- a/web/utils/genpopo +++ b/web/utils/genpopo @@ -232,7 +232,7 @@ else: if term not in existing_terms: f.write("\n"); f.write('$_t["en"]["%s"] = "%s";\n' % (term, term)) - f.write("\n?>"); + f.write("\n"); f.close() # Print out warnings for unused and little-used common entries. |