From: vincent@cubedesigners.com Date: Tue, 21 Nov 2017 13:45:06 +0000 (+0000) Subject: #1802 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1403ef702f9e8f3af4b57c55975db95c76bd889e;p=cubeextranet.git #1802 --- diff --git a/inc/ws/Util/html5/socialarticles/class.ws.html5.links.php b/inc/ws/Util/html5/socialarticles/class.ws.html5.links.php index ada28e3ab..48da62666 100644 --- a/inc/ws/Util/html5/socialarticles/class.ws.html5.links.php +++ b/inc/ws/Util/html5/socialarticles/class.ws.html5.links.php @@ -822,7 +822,7 @@ class fileLink extends normalLink { class facebookLikeLink extends wsHTML5Link { public function getHTMLContent() { $this->compiler->addFacebookSDK(); - return '
'; + return '
'; } }