From 144d524ea6aa3c02847b20c4df19c2f50a57f477 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 11 Feb 2007 10:40:28 +0000 Subject: [PATCH] Bugtracker #3759 - typo on help text mouseover --- e107_files/shortcode/batch/bbcode_shortcodes.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)