diff --git a/e107_files/shortcode/batch/bbcode_shortcodes.php b/e107_files/shortcode/batch/bbcode_shortcodes.php
index 60d85cffe..bf38f6993 100644
--- a/e107_files/shortcode/batch/bbcode_shortcodes.php
+++ b/e107_files/shortcode/batch/bbcode_shortcodes.php
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/bbcode_shortcodes.php,v $
-| $Revision: 1.2 $
-| $Date: 2006-12-07 16:49:28 $
-| $Author: sweetas $
+| $Revision: 1.3 $
+| $Date: 2007-02-11 10:40:28 $
+| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@@ -99,7 +99,7 @@ $_function_var = $bbcode[$parm][5];
if($bbcode[$parm]) // default - insert text.
{
- $text = "\n
\n";
+ $text = "\n
\n";
}
if($_function)