One less colon

This commit is contained in:
Thomas Gelf 2014-03-04 13:31:08 +00:00
parent 1db2a7a8a0
commit d0b54ea46e
1 changed files with 1 additions and 1 deletions

View File

@ -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>