fix inline-css (violation of Content Security Policy)

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-12-29 20:48:56 +01:00
parent c6f3b03891
commit dd34ab8d9b
27 changed files with 95 additions and 64 deletions

View File

@@ -41,7 +41,7 @@ return array(
'value' => htmlentities($row['name']),
),
'message' => array(
'style' => 'vertical-align:top;',
'style' => 'align-top',
'label' => $lng['ticket']['message'],
'type' => 'textarea',
'cols' => 60,