From 873d645cd5cb3203964f716a590584e7bc4f562c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 19 Dec 2017 10:09:42 +0000 Subject: [PATCH] #1710 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a5875284c..79d135388 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -28,6 +28,7 @@ class wsHTML5Link { public $id; public $rot; public $class; + public $uid; protected $_init; @@ -198,7 +199,7 @@ class wsHTML5Link { } public function getHTMLContainer() { - return '
' . $this->getHTMLContent() . '
'; + return '
' . $this->getHTMLContent() . '
'; } public function getHTMLContainerClass() { -- 2.39.5