Sonarcloud codesmell, add space after IF

This commit is contained in:
Marcus Hill 2022-12-11 14:47:16 +00:00
parent 1917b3413c
commit 5c1653dc0a
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<?php } ?>
<!-- Show actions for Admin role only -->
<?php if($session_user_role == 3) { ?>
<?php if ($session_user_role == 3) { ?>
<td>
<div class="dropdown dropleft text-center">
<button class="btn btn-secondary btn-sm" type="button" data-toggle="dropdown">