1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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).
|
| $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 "</response>";
}
}
}
}
?>