One less colon
This commit is contained in:
parent
1db2a7a8a0
commit
d0b54ea46e
|
@ -101,7 +101,7 @@ foreach ($services as $service):
|
|||
<br />
|
||||
<strong><?= ($service->service_state_type === '1') ? 'Hard' : 'Soft'; ?> </strong>
|
||||
<?= $service->service_attempt; ?>
|
||||
<?php endif; ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue