1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Missing closing tag

This commit is contained in:
e107steved
2007-01-29 20:23:58 +00:00
parent 58315f4347
commit a5a544222a

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/trackbackClass.php,v $
| $Revision: 1.1.1.1 $ | $Revision: 1.2 $
| $Date: 2006-12-02 04:35:43 $ | $Date: 2007-01-29 20:23:49 $
| $Author: mcfly_e107 $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -175,3 +175,4 @@ class trackbackClass
} }
} }
} }
?>