Skip to content

Commit

Permalink
deploy: cf2c16d
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 19, 2023
1 parent c6a945e commit b3afb7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions my-calendar-output.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@
$params = " aria-expanded='false'";
$classes = 'open';
}
$wrap = "<button type='button' $params aria-controls='$container_id' class='$type $classes url summary$has_image'><span>";
$balance = '</span></button>';
$wrap = "<button type='button' $params aria-controls='$container_id' class='$type $classes url summary$has_image'>";
$balance = '</button>';
}
} else {
$wrap = '';
Expand Down Expand Up @@ -438,7 +438,7 @@
* @return string
*/
function mc_wrap_event( $content, $event, $container_id, $type ) {
$event_classes = mc_event_classes( $event, $type );
$event_classes = mc_get_event_classes( $event, $type );
$parent_id = str_replace( 'details-', '', $container_id );
$header = "<article id='$parent_id' class='$event_classes'>";

Expand Down

0 comments on commit b3afb7c

Please sign in to comment.