1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-11 14:45:36 +02:00

Script was missing the closing ?>

This commit is contained in:
CaMer0n 2007-11-13 07:34:40 +00:00
parent 5bc2148e38
commit f2f48f657b

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/bbcode_handler.php,v $
| $Revision: 1.11 $
| $Date: 2007-10-28 20:45:22 $
| $Author: e107steved $
| $Revision: 1.12 $
| $Date: 2007-11-13 07:34:40 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@ -307,3 +307,5 @@ class e_bbcode
return $bbcode_output.$bbcode_return;
}
}
?>