Skip to content

Commit

Permalink
"Fix" indent of "?>"
Browse files Browse the repository at this point in the history
- it looks a little weird but i guess makes sense because it's
  treating the if as a reason to increase the indent.
  • Loading branch information
gregcorbett committed Nov 29, 2023
1 parent fa1f87c commit 80dd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/web_portal/views/user/view_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<?php
$homeSite = $params['user']->getHomeSite();
if (sizeof($homeSite) != 0) {
?>
?>
<tr class="site_table_row_2">
<td class="site_table">Home Site</td>
<td class="site_table">
Expand Down

0 comments on commit 80dd7b0

Please sign in to comment.