D* doesn't like html entities in post. Convert our hijack-proof hashtag replacement to utf-8

This commit is contained in:
friendica 2011-11-13 19:38:30 -08:00
parent 973620a9e6
commit c659512f32
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ EOT;
if(! isset($bodyverb))
return;
$termlink = '⌗[url=' . $a->get_baseurl() . '/search?search=' . urlencode($term) . ']'. $term . '[/url]';
$termlink = html_entity_decode('⌗') . '[url=' . $a->get_baseurl() . '/search?search=' . urlencode($term) . ']'. $term . '[/url]';
$arr = array();