Skip to content

Commit

Permalink
ecs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Feb 28, 2024
1 parent bf50f29 commit be087b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element/TimelineSliderElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function compile(): void
}

$this->Template->sliderImages = $sliderImages;
$this->Template->config = $this->sliderDelay . ',' . $this->sliderSpeed . ',' . $this->sliderStartSlide . ',' . $this->sliderContinuous;
$this->Template->config = $this->sliderDelay.','.$this->sliderSpeed.','.$this->sliderStartSlide.','.$this->sliderContinuous;
}
}
}

0 comments on commit be087b0

Please sign in to comment.