- Patch #1145700 by jbrown: improve sanitization of watchdog link/operations item.

8.0.x
Dries Buytaert 2011-06-18 20:23:15 -04:00
parent ddfd625cf7
commit 9bd013eae1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function dblog_overview() {
format_date($dblog->timestamp, 'short'),
theme('dblog_message', array('event' => $dblog, 'link' => TRUE)),
theme('username', array('account' => $dblog)),
$dblog->link,
filter_xss($dblog->link),
),
// Attributes for tr
'class' => array(drupal_html_class('dblog-' . $dblog->type), $classes[$dblog->severity]),