From 27b6e85e895c8598f3b5a09f96ce4008f37e30e0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 10 Jan 2022 11:24:32 +0000 Subject: [PATCH] done #5011 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 6b2e58b82..b2a666cba 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1806,6 +1806,11 @@ class inlineSlideshowLink extends slideshowLink return $this->generateSlideshow('inline'); } + public function getAdditionnalContent() + { + return parent::getAdditionnalContent(). ' data-slideshow-lib="'.$this->compiler->book->parametres->inlineSlideshowLibrary.'"'; + } + public function keep() { return false; -- 2.39.5