Merge branch 'fix/php-syntax' into 'main'

<php syntax

See merge request jjimenez/safekat!738
This commit is contained in:
Alvaro
2025-04-25 17:34:29 +00:00

View File

@ -23,11 +23,11 @@
<?= $maquina["nombre"] ?>
<?php if ($maquina["countTareas"] > 0): ?>
<span class="badge rounded-pill badge-center h-px-20 w-px-20 bg-secondary ms-1_5"><?= $maquina["countTareas"] ?></span>
<? endif; ?>
<?php endif; ?>
</span>
</a>
</div>
<? endforeach; ?>
<?php endforeach; ?>
</div>
</div>
</div>
@ -44,11 +44,11 @@
<?= $maquina["nombre"] ?>
<?php if ($maquina["countTareas"] > 0): ?>
<span class="badge rounded-pill badge-center h-px-20 w-px-20 bg-secondary ms-1_5"><?= $maquina["countTareas"] ?></span>
<? endif; ?>
<?php endif; ?>
</span>
</a>
</div>
<? endforeach; ?>
<?php endforeach; ?>
</div>
</div>
</div>
@ -65,11 +65,11 @@
<?= $maquina["nombre"] ?>
<?php if ($maquina["countTareas"] > 0): ?>
<span class="badge rounded-pill badge-center h-px-20 w-px-20 bg-secondary ms-1_5"><?= $maquina["countTareas"] ?></span>
<? endif; ?>
<?php endif; ?>
</span>
</a>
</div>
<? endforeach; ?>
<?php endforeach; ?>
</div>
</div>
</div>