From 0293a0968fe2fcef1c14356c6cdee6a355a6496d Mon Sep 17 00:00:00 2001 From: secretr Date: Mon, 27 Jun 2011 09:47:45 +0000 Subject: [PATCH] more mod rewrite support --- e107_plugins/forum/core/shortcodes/batch/post_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/core/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/core/shortcodes/batch/post_shortcodes.php index 43b7f477b..a6dccda14 100644 --- a/e107_plugins/forum/core/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/core/shortcodes/batch/post_shortcodes.php @@ -43,7 +43,7 @@ class plugin_forum_post_shortcodes extends e_shortcode function sc_formstart() { - return "
"; + return ""; } function sc_formend()