Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Aug 27, 2024
1 parent eda44fd commit 64aa387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nada52/user-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<?php if ($user!=''): ?>
<div class="dropdown ml-auto">
<a class="nav-link dropdown-toggle " href="#" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-user-circle fa-lg"></i><?php echo $user; ?>
<i class="fas fa-user-circle fa-lg"></i><?php echo html_escape($user); ?>
</a>

<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuLink">
Expand Down

0 comments on commit 64aa387

Please sign in to comment.