summaryrefslogtreecommitdiffstats
path: root/web/lang/en/index_po.inc
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-08-16 06:01:54 +0200
committereliott <eliott@cactuswax.net>2007-08-16 06:01:54 +0200
commit10f3445394f3994673b296a0e68a1caefade35e6 (patch)
tree3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lang/en/index_po.inc
parent14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff)
downloadaur-10f3445394f3994673b296a0e68a1caefade35e6.tar.gz
aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz
Convert <? to <?php
Diffstat (limited to 'web/lang/en/index_po.inc')
-rw-r--r--web/lang/en/index_po.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc
index 09e3636e..abd93fe8 100644
--- a/web/lang/en/index_po.inc
+++ b/web/lang/en/index_po.inc
@@ -1,4 +1,4 @@
-<?
+<?php
# INSTRUCTIONS TO TRANSLATORS
#
# This file contains the i18n translations for a subset of the
@@ -93,4 +93,4 @@ $_t["en"]["Packages added or updated in the past 7 days"] = "Packages added or u
$_t["en"]["Out-of-date"] = "Out-of-date";
-?> \ No newline at end of file
+?>