From d10fe34063db531d1fefaba53594276be5e7e849 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Dec 2012 01:15:18 -0800 Subject: [PATCH] Removed duplicate class attribute --- e107_core/shortcodes/batch/admin_shortcodes.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 91afde357..3dba432ce 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -548,9 +548,9 @@ class admin_shortcodes function sc_admin_pm($parm) { - $text = ' '; + + '; return $text; }