From f2f48f657b7a1921b8aa796b9dd8ce00b738bc6f Mon Sep 17 00:00:00 2001
From: CaMer0n <cameron@e107coders.org>
Date: Tue, 13 Nov 2007 07:34:40 +0000
Subject: [PATCH] Script was missing the closing ?>

---
 e107_handlers/bbcode_handler.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/e107_handlers/bbcode_handler.php b/e107_handlers/bbcode_handler.php
index 2cfc424a4..01ada6ce3 100644
--- a/e107_handlers/bbcode_handler.php
+++ b/e107_handlers/bbcode_handler.php
@@ -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;
 	}
 }
+
+?>
\ No newline at end of file