From 1403ef702f9e8f3af4b57c55975db95c76bd889e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 21 Nov 2017 13:45:06 +0000 Subject: [PATCH] #1802 --- inc/ws/Util/html5/socialarticles/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '
'; } } -- 2.39.5