diff options
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r-- | view/profile_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 7bbd4091b..8d32226bc 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -2,7 +2,7 @@ <div id="profile-edit-links"> <ul> -<li><a href="profile/$profile_id/view" id="profile-edit-view-link" title="View this profile">View this profile</a></li> +<li><a href="profile/$profile_id/view?tab=profile" id="profile-edit-view-link" title="View this profile">View this profile</a></li> <li><a href="profiles/clone/$profile_id" id="profile-edit-clone-link" title="Create a new profile using these settings">Clone this profile</a></li> <li></li> <li><a href="profiles/drop/$profile_id" id="profile-edit-drop-link" title="Delete this profile" $disabled >Delete this profile</a></li> |