diff --git a/includes/views/kind-rsvp.php b/includes/views/kind-rsvp.php
index 9630872..e3a2df3 100644
--- a/includes/views/kind-rsvp.php
+++ b/includes/views/kind-rsvp.php
@@ -20,7 +20,7 @@
if( ! $embed ) {
if ( $rsvp ) {
- echo '' . sprintf( Kind_View::rsvp_text( $rsvp ), $url, $title ) . '';
+ echo '' . sprintf( Kind_View::rsvp_text( $rsvp ), $url, $title ) . '';
}
}
?>