Patch 1.2

This commit is contained in:
Yiğit Kerem Oktay
2020-08-14 13:58:55 +03:00
committed by GitHub
parent f6acd559d5
commit 14e04d0737
+1 -1
View File
@@ -194,7 +194,7 @@ class Incident implements JsonSerializable
<small>
<?php echo _("Impacted service(s): ");
foreach ( $this->service_name as $key => $value ) {
echo '<span class="label label-default" style="display:inline-block;">'.$value . '</span>&nbsp;';
echo '<span class="label label-default">'.$value . '</span>&nbsp;';
}
if (isset($this->end_date)){?>