=
$chart->render();
?>
diff --git a/modules/monitoring/application/views/scripts/list/contactgroups.phtml b/modules/monitoring/application/views/scripts/list/contactgroups.phtml
index 98661f4e6..c110bf011 100644
--- a/modules/monitoring/application/views/scripts/list/contactgroups.phtml
+++ b/modules/monitoring/application/views/scripts/list/contactgroups.phtml
@@ -22,7 +22,7 @@ foreach ($groupData as $groupName => $groupInfo): ?>
diff --git a/modules/monitoring/application/views/scripts/show/contact.phtml b/modules/monitoring/application/views/scripts/show/contact.phtml
index 609bbbc69..a7b691eb4 100644
--- a/modules/monitoring/application/views/scripts/show/contact.phtml
+++ b/modules/monitoring/application/views/scripts/show/contact.phtml
@@ -7,8 +7,8 @@ $contactHelper = $this->getHelper('ContactFlags');
- = htmlspecialchars($contact->contact_name) ?> (=
- htmlspecialchars($contact->contact_alias)
+ = $this->escape($contact->contact_name) ?> (=
+ $this->escape($contact->contact_alias)
?>)
|
@@ -18,30 +18,30 @@ $contactHelper = $this->getHelper('ContactFlags');
= t('Email') ?> |
%1$s',
- htmlspecialchars($contact->contact_email)
+ $this->escape($contact->contact_email)
); ?> |
contact_pager): ?>
= t('Pager') ?> |
- = htmlspecialchars($contact->contact_pager) ?> |
+ = $this->escape($contact->contact_pager) ?> |
= t('Flags (service)') ?> |
- = htmlspecialchars($contactHelper->contactFlags($contact, 'service')) ?> |
+ = $this->escape($contactHelper->contactFlags($contact, 'service')) ?> |
= t('Flags (host)') ?> |
- = htmlspecialchars($contactHelper->contactFlags($contact, 'host')) ?> |
+ = $this->escape($contactHelper->contactFlags($contact, 'host')) ?> |
= t('Service notification period') ?> |
- = htmlspecialchars($contact->contact_notify_service_timeperiod) ?> |
+ = $this->escape($contact->contact_notify_service_timeperiod) ?> |
= t('Host notification period') ?> |
- = htmlspecialchars($contact->contact_notify_host_timeperiod) ?> |
+ = $this->escape($contact->contact_notify_host_timeperiod) ?> |