From a5a544222a3d2c580b0519874de9e8c932041217 Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 29 Jan 2007 20:23:58 +0000 Subject: [PATCH] Missing closing tag --- e107_plugins/trackback/trackbackClass.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/e107_plugins/trackback/trackbackClass.php b/e107_plugins/trackback/trackbackClass.php index 42557583f..31b2daa9d 100644 --- a/e107_plugins/trackback/trackbackClass.php +++ b/e107_plugins/trackback/trackbackClass.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:35:43 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-01-29 20:23:49 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -174,4 +174,5 @@ class trackbackClass echo ""; } } -} \ No newline at end of file +} +?> \ No newline at end of file