- set correct config for special-characters (umlauts) in HTMLPurifier, refs #129

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-10 08:20:32 +00:00
parent 146c205f6c
commit 5fee795b5c
3 changed files with 6 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ if($page == 'tickets'
$cananswer = 1;
}
$row['subject'] = html_entity_decode($row['subject']);
if(strlen($row['subject']) > 20)
{
$row['subject'] = substr($row['subject'], 0, 17) . '...';