From 5fd0926b67b0a55bfe7971f1c6b909ad85da0f91 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 23 Apr 2018 13:49:01 +0000 Subject: [PATCH] #2027 --- inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php b/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php index c3e938ff4..ecfd54fe8 100644 --- a/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php +++ b/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php @@ -928,8 +928,6 @@ class imageLink extends contentLink class inlineSlideshowLink extends contentLink { - - public function getHTMLContent() { $d = $this->unzipFile($this->to, false); @@ -940,6 +938,7 @@ class inlineSlideshowLink extends contentLink /* @var $f SplFileInfo */ $files[] = $f->getFilename(); } + sort($files); $f = htmlspecialchars(json_encode($files), ENT_QUOTES); return '
'; -- 2.39.5