Skip to content

Commit

Permalink
Escape in user box
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jan 27, 2022
1 parent d7b8546 commit 8fdb4f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@

?>
<li class="nav-item dropleft">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><?php echo htmlspecialchars($UserData->name),' ',htmlspecialchars($UserData->surname)?></a>
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" ng-non-bindable><?php echo htmlspecialchars($UserData->name),' ',htmlspecialchars($UserData->surname)?></a>
<div class="dropdown-menu" style="min-width: 25rem;" role="menu">

<div class="row">
Expand Down

0 comments on commit 8fdb4f6

Please sign in to comment.