Communication of mention tags were garbled
This commit is contained in:
parent
e2dd38b0bc
commit
5c6c4395f4
@ -635,7 +635,7 @@ function decode_tags($t) {
|
|||||||
$ret = array();
|
$ret = array();
|
||||||
foreach($t as $x) {
|
foreach($t as $x) {
|
||||||
$tag = array();
|
$tag = array();
|
||||||
$tag['term'] = htmlentities($x['term'], ENT_COMPAT,'UTF-8',false);
|
$tag['term'] = htmlentities($x['tag'], ENT_COMPAT,'UTF-8',false);
|
||||||
$tag['url'] = htmlentities($x['url'], ENT_COMPAT,'UTF-8',false);
|
$tag['url'] = htmlentities($x['url'], ENT_COMPAT,'UTF-8',false);
|
||||||
switch($x['type']) {
|
switch($x['type']) {
|
||||||
case 'hashtag':
|
case 'hashtag':
|
||||||
|
Reference in New Issue
Block a user