diff options
author | eliott <eliott@cactuswax.net> | 2007-08-16 06:01:54 +0200 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-08-16 06:01:54 +0200 |
commit | 10f3445394f3994673b296a0e68a1caefade35e6 (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/utils | |
parent | 14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff) | |
download | aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.gz aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz |
Convert <? to <?php
Diffstat (limited to 'web/utils')
-rwxr-xr-x | web/utils/genpopo | 2 | ||||
-rwxr-xr-x | web/utils/translation_tool | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/utils/genpopo b/web/utils/genpopo index 652f9fc1..bfe3492e 100755 --- a/web/utils/genpopo +++ b/web/utils/genpopo @@ -13,7 +13,7 @@ # INC_HEADER = """\ -<? +<?php # INSTRUCTIONS TO TRANSLATORS # # This file contains the i18n translations for a subset of the diff --git a/web/utils/translation_tool b/web/utils/translation_tool index 0341da30..ae9ae1de 100755 --- a/web/utils/translation_tool +++ b/web/utils/translation_tool @@ -23,7 +23,7 @@ if len(trans_abbrv) != 2: INC_HEADER = """\ -<? +<?php # %s (%s) translation # Translator: %s <%s> |