From 72f1bbd319e987b112d4b17505bc93f69713192a Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 2 Jun 2008 18:55:32 +0000 Subject: [PATCH] Bugtracker #3906 - help box width breaks some fixed width themes --- e107_files/shortcode/batch/bbcode_shortcodes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_files/shortcode/batch/bbcode_shortcodes.php b/e107_files/shortcode/batch/bbcode_shortcodes.php index b9e978c89..7d37ae9c8 100644 --- a/e107_files/shortcode/batch/bbcode_shortcodes.php +++ b/e107_files/shortcode/batch/bbcode_shortcodes.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/bbcode_shortcodes.php,v $ -| $Revision: 1.6 $ -| $Date: 2008-04-05 08:39:32 $ +| $Revision: 1.7 $ +| $Date: 2008-06-02 18:55:32 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -139,7 +139,7 @@ SC_BEGIN BB_HELP global $bbcode_helpactive,$bbcode_helptag; $bbcode_helptag = ($parm) ? $parm : "helpb"; $bbcode_helpactive = TRUE; - return "\n"; + return "\n"; SC_END