summaryrefslogtreecommitdiff
path: root/tw/tw-errors.php
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/tw-errors.php
parentc41890b059f3dfce381be96d483674c70cf15b65 (diff)
tagwall: fix short tags (closes #129)
Diffstat (limited to 'tw/tw-errors.php')
-rw-r--r--tw/tw-errors.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/tw-errors.php b/tw/tw-errors.php
index 59881a875..a63f86cc1 100644
--- a/tw/tw-errors.php
+++ b/tw/tw-errors.php
@@ -1,4 +1,4 @@
-<?
+<?php
/*
* tag|wall | PHP Tag Filter|
* ---------------------------------------------------------------------
@@ -115,4 +115,4 @@ class TW_errors
}
} // END class TW_errors
-?> \ No newline at end of file
+?>