Browse Source

Merge pull request #890 from jloguercio/fixUrlSocial

Fix Url Social Utf-8 Encoding
Yannick Warnier 9 years ago
parent
commit
bfe45dde54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/ajax/social.ajax.php

+ 1 - 1
main/inc/ajax/social.ajax.php

@@ -228,7 +228,7 @@ switch ($action) {
                 SocialManager::readContentWithOpenGraph($url)
             );
         }
-        echo $html;
+        echo utf8_decode($html);
         break;
     default:
         echo '';