summaryrefslogtreecommitdiff
path: root/tw/error
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/error
parentc41890b059f3dfce381be96d483674c70cf15b65 (diff)
tagwall: fix short tags (closes #129)
Diffstat (limited to 'tw/error')
-rw-r--r--tw/error/FOO_error.php4
-rw-r--r--tw/error/LINK_error.php4
-rw-r--r--tw/error/__Template_error.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/tw/error/FOO_error.php b/tw/error/FOO_error.php
index 3924768ee..bb22e3531 100644
--- a/tw/error/FOO_error.php
+++ b/tw/error/FOO_error.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* tag|wall | PHP Tag Filter|
* ---------------------------------------------------------------------
@@ -40,4 +40,4 @@ class FOO_error extends TW_errors
return null;
}
}
-?> \ No newline at end of file
+?>
diff --git a/tw/error/LINK_error.php b/tw/error/LINK_error.php
index 580e15fbc..6155d7f5f 100644
--- a/tw/error/LINK_error.php
+++ b/tw/error/LINK_error.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* tag|wall | PHP Tag Filter|
* ---------------------------------------------------------------------
@@ -91,4 +91,4 @@ class LINK_error extends TW_errors
return "tw-err-com";
}
}
-?> \ No newline at end of file
+?>
diff --git a/tw/error/__Template_error.php b/tw/error/__Template_error.php
index 194f4a272..e8dde2b18 100644
--- a/tw/error/__Template_error.php
+++ b/tw/error/__Template_error.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* tag|wall ver 0.1.0 | PHP Tag Filter|
* ---------------------------------------------------------------------
@@ -66,4 +66,4 @@ class ???_error extends TW_errors
// error lists, etc...
}
-?> \ No newline at end of file
+?>