summaryrefslogtreecommitdiff
path: root/tw/error
diff options
context:
space:
mode:
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
+?>