- Patch #1145700 by jbrown: improve sanitization of watchdog link/operations item.
parent
ddfd625cf7
commit
9bd013eae1
|
@ -59,7 +59,7 @@ function dblog_overview() {
|
||||||
format_date($dblog->timestamp, 'short'),
|
format_date($dblog->timestamp, 'short'),
|
||||||
theme('dblog_message', array('event' => $dblog, 'link' => TRUE)),
|
theme('dblog_message', array('event' => $dblog, 'link' => TRUE)),
|
||||||
theme('username', array('account' => $dblog)),
|
theme('username', array('account' => $dblog)),
|
||||||
$dblog->link,
|
filter_xss($dblog->link),
|
||||||
),
|
),
|
||||||
// Attributes for tr
|
// Attributes for tr
|
||||||
'class' => array(drupal_html_class('dblog-' . $dblog->type), $classes[$dblog->severity]),
|
'class' => array(drupal_html_class('dblog-' . $dblog->type), $classes[$dblog->severity]),
|
||||||
|
|
Loading…
Reference in New Issue