From 8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 12 Feb 2014 15:11:36 +0100 Subject: Bug 969881: All "Help" links in the header and footer of pages point to inexistent files r=gerv a=justdave --- editclassifications.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editclassifications.cgi') diff --git a/editclassifications.cgi b/editclassifications.cgi index d47853133..149433b25 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -32,7 +32,7 @@ sub LoadTemplate { if ($action eq 'select'); # There is currently only one section about classifications, # so all pages point to it. Let's define it here. - $vars->{'doc_section'} = 'classifications.html'; + $vars->{'doc_section'} = 'administration.html#classifications'; $action =~ /(\w+)/; $action = $1; -- cgit v1.2.3-24-g4f1b