Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Nov 8, 2019
1 parent 2b1e18e commit c022ce8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/include/monitoring/status/Services/xml/serviceXML.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,11 @@
}
$obj->XML->writeElement(
"snu",
CentreonUtils::escapeSecure($obj->serviceObj->replaceMacroInString($data["service_id"], $data["notes_url"]))
CentreonUtils::escapeSecure(
$obj->serviceObj->replaceMacroInString(
$data["service_id"],
$data["notes_url"])
)
);
} else {
$obj->XML->writeElement("snu", 'none');
Expand Down

0 comments on commit c022ce8

Please sign in to comment.