Unifying HTML stripping functions to common_strip_html
This commit is contained in:
@@ -341,7 +341,7 @@ class DomainStatusNetworkInstaller extends Installer
|
||||
$breakout = preg_replace('/<a[^>+]\bhref="(.*)"[^>]*>(.*)<\/a>/',
|
||||
'\2 <\1>',
|
||||
$html);
|
||||
return html_entity_decode(strip_tags($breakout), ENT_QUOTES, 'UTF-8');
|
||||
return common_strip_html($breakout);
|
||||
}
|
||||
|
||||
function databaseize($nickname)
|
||||
|
Reference in New Issue
Block a user