Skip to content

Commit

Permalink
fix - removed second header from event attendance page (#7183)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Oct 13, 2024
2 parents 13515ba + 5376064 commit 91eaee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EventAttendance.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
$aEventTitle[$row] = htmlentities(stripslashes($event->getTitle()), ENT_NOQUOTES, 'UTF-8');
$aEventStartDateTime[$row] = $event->getStart(\DateTimeInterface::ATOM);
}
require 'Include/Header.php';

// Construct the form
?>
Expand Down

0 comments on commit 91eaee4

Please sign in to comment.