D* doesn't like html entities in post. Convert our hijack-proof hashtag replacement to utf-8
This commit is contained in:
parent
973620a9e6
commit
c659512f32
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ EOT;
|
||||||
if(! isset($bodyverb))
|
if(! isset($bodyverb))
|
||||||
return;
|
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();
|
$arr = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue