From d5adbc109d44481c9c4b7ba6429cbbc35487486e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Nov 2007 04:03:16 +0000 Subject: Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin --- report.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index 9ee5df287..2b9cb61ad 100755 --- a/report.cgi +++ b/report.cgi @@ -316,6 +316,9 @@ if ($cgi->param('debug')) { print Data::Dumper::Dumper(@image_data) . "\n\n"; } +# All formats point to the same section of the documentation. +$vars->{'doc_section'} = 'reporting.html#reports'; + $template->process("$format->{'template'}", $vars) || ThrowTemplateError($template->error()); -- cgit v1.2.3-24-g4f1b