From be087b090475bcefd50d6ab7f2c416cc5e77965e Mon Sep 17 00:00:00 2001 From: Philipp Seibt Date: Wed, 28 Feb 2024 15:57:53 +0100 Subject: [PATCH] ecs fix --- src/Element/TimelineSliderElement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Element/TimelineSliderElement.php b/src/Element/TimelineSliderElement.php index 3af0e0c..38e55f1 100644 --- a/src/Element/TimelineSliderElement.php +++ b/src/Element/TimelineSliderElement.php @@ -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; } } }