+
-

+
-
diff --git a/e107_themes/voux/theme_shortcodes.php b/e107_themes/voux/theme_shortcodes.php
index 74772233a..1a723dc2f 100644
--- a/e107_themes/voux/theme_shortcodes.php
+++ b/e107_themes/voux/theme_shortcodes.php
@@ -31,8 +31,10 @@ class theme_shortcodes extends e_shortcode
$frm = e107::getForm();
$text = $frm->open('newsletter','post', e_SIGNUP, array('class'=>'form-inline'));
+ $text .= "
";
$text .= $frm->text('email','', null, array('placeholder'=>"Enter your email"));
$text .= $frm->button('subscribe', 1, 'primary', "Subscribe");
+ $text .= "
";
$text .= $frm->close();
return $text;