Skip to content

Commit

Permalink
fix - remove second header from event attendance page
Browse files Browse the repository at this point in the history
  • Loading branch information
v.haritonenko committed Oct 13, 2024
1 parent 13515ba commit 5376064
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 5376064

Please sign in to comment.