diff options
author | pjmattal <pjmattal> | 2007-09-20 21:46:43 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2007-09-20 21:46:43 +0000 |
commit | 452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/utils | |
parent | 0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff) | |
download | aurweb-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz |
patch from eliott to convert all <? 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 652f9fc..bfe3492 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 0341da3..ae9ae1d 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> |