diff --git a/src/views/files.blade.php b/src/views/files.blade.php index 9558522..0bb0894 100644 --- a/src/views/files.blade.php +++ b/src/views/files.blade.php @@ -1,12 +1,12 @@ - - + + - + - - + + @if($include_gcal) - -@endif \ No newline at end of file + +@endif diff --git a/tests/Integration/FullcalendarTest.php b/tests/Integration/FullcalendarTest.php index 1ef69ab..3df2aff 100644 --- a/tests/Integration/FullcalendarTest.php +++ b/tests/Integration/FullcalendarTest.php @@ -25,13 +25,13 @@ public function generate_event_with_id() // This looks terrible, I'm sorry... $this->assertEquals("
- - + + - + - - + + ", $calendar->generate()); } -} \ No newline at end of file +}