Escape service grid tooltips only once

refs #10277
This commit is contained in:
Alexander A. Klimov 2016-02-18 11:32:43 +01:00
parent c4610ab05d
commit ce1ed7413d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . '
$service->host_display_name
),
'class' => 'bg-color-' . Service::getStateText($service->service_state) . ($service->service_handled ? ' handled' : ''),
'title' => $this->escape($service->service_output)
'title' => $service->service_output
)
) ?>
</td>