Skip to content

Commit

Permalink
Fix spurious closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Sep 6, 2017
1 parent d5efa7c commit 426af04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/views/kind-rsvp.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

if( ! $embed ) {
if ( $rsvp ) {
echo '<data class="p-rsvp" value=">' . $rsvp . '">' . sprintf( Kind_View::rsvp_text( $rsvp ), $url, $title ) . '</data>';
echo '<data class="p-rsvp" value="' . $rsvp . '">' . sprintf( Kind_View::rsvp_text( $rsvp ), $url, $title ) . '</data>';
}
}
?>
Expand Down

0 comments on commit 426af04

Please sign in to comment.