- set correct config for special-characters (umlauts) in HTMLPurifier, refs #129
This commit is contained in:
@@ -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) . '...';
|
||||
|
||||
Reference in New Issue
Block a user