diff --git a/packages/app-store/wordpress/plugin.php b/packages/app-store/wordpress/plugin.php index 5f8ba65cb3..2263e96352 100644 --- a/packages/app-store/wordpress/plugin.php +++ b/packages/app-store/wordpress/plugin.php @@ -17,6 +17,6 @@ global $post;extract(shortcode_atts(array( ), $atts)); if(empty($content)) $content='Embed Cal.com'; -return ' ' +return ' '; } add_shortcode('cal', 'cal_shortcode'); \ No newline at end of file