Skip to content
Snippets Groups Projects
Commit 9bd013ea authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent ddfd625c
No related branches found
No related tags found
No related merge requests found
......@@ -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]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment