mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Don't add closing PHP tag to translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
bb2204f0fd
commit
85ce072f03
2 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue