diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index a87b2015e..6a19eaf39 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -326,14 +326,14 @@ </button> <ul class="dropdown-content left" id="header-account-menu" role="menu" style="display:none;"> <li role="presentation"> - <div href="user_profile" class="account-label"> + <div class="account-label"> <div class="name">[% user.name FILTER html %]</div> <div class="email">[% user.login FILTER html %]</div> </div> </li> <li role="separator"></li> <li role="presentation"> - <a href="user_profile" role="menuitem" tabindex="-1">My Profile</a> + <a href="user_profile?user_id=[% user.id FILTER none %]" role="menuitem" tabindex="-1">My Profile</a> </li> <li role="presentation"> <a href="page.cgi?id=user_activity.html&action=run&who=[% user.login FILTER uri %]" role="menuitem" |