Merge pull request #890 from jloguercio/fixUrlSocial

Fix Url Social Utf-8 Encoding
1.10.x
Yannick Warnier 9 years ago
commit bfe45dde54
  1. 2
      main/inc/ajax/social.ajax.php

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

Loading…
Cancel
Save