diff options
Diffstat (limited to 'views/test/index.php')
| -rw-r--r-- | views/test/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/test/index.php b/views/test/index.php index e5656e1..bce8371 100644 --- a/views/test/index.php +++ b/views/test/index.php @@ -13,8 +13,8 @@ <section class="quickinfo"> <?php print_r($user); ?> </section> - <strong><?php echo $user->Username ?></strong> - <em><?php echo $user->Role ?></em> + <strong><?= $user->Username ?></strong> + <em><?= $user->Role ?></em> </section> <?php endforeach;?> |
