summaryrefslogtreecommitdiff
path: root/tw/lang
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-30 05:45:53 +0100
committerAndrew Dolgov <[email protected]>2007-05-30 05:45:53 +0100
commit910cca8bb86bb10308ed1d3422cb801e0aa2435a (patch)
tree82047f8d2fb92cac99551251ea66a2767ef16d7a /tw/lang
parentc41890b059f3dfce381be96d483674c70cf15b65 (diff)
tagwall: fix short tags (closes #129)
Diffstat (limited to 'tw/lang')
-rw-r--r--tw/lang/TW_base.php4
-rw-r--r--tw/lang/TW_lang.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/tw/lang/TW_base.php b/tw/lang/TW_base.php
index ae84d6e8f..ef7db357d 100644
--- a/tw/lang/TW_base.php
+++ b/tw/lang/TW_base.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* tag|wall | PHP Tag Filter |
* ---------------------------------------------------------------------
@@ -468,4 +468,4 @@ class TW_base // TW_lang extends this class
} // END class TW_base
-?> \ No newline at end of file
+?>
diff --git a/tw/lang/TW_lang.php b/tw/lang/TW_lang.php
index 2c962213a..95c93b031 100644
--- a/tw/lang/TW_lang.php
+++ b/tw/lang/TW_lang.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* tag|wall | PHP Tag Filter |
* ---------------------------------------------------------------------
@@ -180,4 +180,4 @@ class TW_lang
$this->keywords=null;
}
}
-?> \ No newline at end of file
+?>