diff --git a/blocks/ORB/Edit.pm b/blocks/ORB/Edit.pm index dd36748..9e35e94 100644 --- a/blocks/ORB/Edit.pm +++ b/blocks/ORB/Edit.pm @@ -239,7 +239,7 @@ sub _dispatch_ui { extrahead => $extrahead, extrajs => $extrajs, active => '-', - doclink => 'summary'); + doclink => 'edit'); } diff --git a/blocks/ORB/View.pm b/blocks/ORB/View.pm index bad43a8..deb82b4 100644 --- a/blocks/ORB/View.pm +++ b/blocks/ORB/View.pm @@ -283,7 +283,7 @@ sub _dispatch_ui { extrahead => $extrahead, extrajs => $extrajs, active => substr($title, 0, 1), - doclink => 'summary'); + doclink => 'view'); }