From 2e2fb6e8d339e03e38b9fa090f89fe6e4e64d599 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 6 Jun 2013 07:29:34 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.links.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/ws/Util/html5/class.ws.html5.links.php b/inc/ws/Util/html5/class.ws.html5.links.php index c27be3a36..def005fae 100644 --- a/inc/ws/Util/html5/class.ws.html5.links.php +++ b/inc/ws/Util/html5/class.ws.html5.links.php @@ -397,6 +397,10 @@ class fileLink extends normalLink { class multimediaLink extends wsHTML5Link { + public function getHTMLContainerClass() { + return 'link multimedia'; + } + public function getHTMLContent() { //$this->copyExternalFile($this->to); $w = $this->width * $this->getCssScale(); -- 2.39.5