From: vincent@cubedesigners.com Date: Mon, 8 Oct 2018 14:59:35 +0000 (+0000) Subject: wip #2292 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=23de377e238be27a695d3d97a31a89eb177e12ae;p=cubeextranet.git wip #2292 @0.5 --- 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 eac432eb8..0852fe45f 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -413,7 +413,7 @@ class showLinkLink extends normalLink public function getAdditionnalContent() { $res = parent::getAdditionnalContent(); - $res .= ' data-showid="' . $this->to . '"'; + $res .= ' data-showmode="' . $this->target . '" data-showid="' . $this->to . '"'; return $res; } }