diff --git a/e107_core/shortcodes/batch/contact_shortcodes.php b/e107_core/shortcodes/batch/contact_shortcodes.php
index fb425bff8..d113cd052 100644
--- a/e107_core/shortcodes/batch/contact_shortcodes.php
+++ b/e107_core/shortcodes/batch/contact_shortcodes.php
@@ -131,10 +131,10 @@ class contact_shortcodes extends e_shortcode
{
$size = 'input-xxlarge';
}
-
+ $class = (!empty($parm['class'])) ? $parm['class'] : 'tbox '.$size.' form-control';
- return "";
+ return "";
}
@@ -145,4 +145,4 @@ class contact_shortcodes extends e_shortcode
}
-?>
\ No newline at end of file
+?>